Skip to content

Commit 6213c8c

Browse files
Update dependency org.junit:junit-bom to v6.1.0-SNAPSHOT
1 parent 80529aa commit 6213c8c

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
@@ -30,7 +30,7 @@ dependencies {
3030

3131
testImplementation("com.google.code.gson:gson:2.13.2")
3232

33-
testImplementation(platform("org.junit:junit-bom:6.0.1"))
33+
testImplementation(platform("org.junit:junit-bom:6.1.0-SNAPSHOT"))
3434
testImplementation("org.junit.jupiter:junit-jupiter")
3535
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3636
}

0 commit comments

Comments
 (0)