Skip to content

Commit 88bfa3e

Browse files
Update junit-framework monorepo
1 parent c0e2fc0 commit 88bfa3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies {
66
testImplementation(project(":config"))
77
testImplementation("com.google.code.gson:gson:2.14.0")
88
testImplementation("org.junit.jupiter:junit-jupiter")
9-
testImplementation(platform("org.junit:junit-bom:6.1.0-RC1"))
9+
testImplementation(platform("org.junit:junit-bom:6.2.0-SNAPSHOT"))
1010
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1111
}

0 commit comments

Comments
 (0)