Skip to content

Commit 0494963

Browse files
Update dependency org.junit:junit-bom to v6.1.0-SNAPSHOT
1 parent 14cb9fd commit 0494963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
testImplementation("com.google.code.gson:gson:2.13.2")
77

8-
testImplementation(platform("org.junit:junit-bom:6.1.0-M1"))
8+
testImplementation(platform("org.junit:junit-bom:6.1.0-SNAPSHOT"))
99
testImplementation("org.junit.jupiter:junit-jupiter")
1010
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1111
}

0 commit comments

Comments
 (0)