Skip to content

Commit e35e741

Browse files
fix(deps): update dependency org.junit:junit-bom to v6.1.0-snapshot
1 parent f690da3 commit e35e741

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,6 +5,6 @@ dependencies {
55

66
testImplementation("com.google.code.gson:gson:2.13.2")
77
testImplementation("org.junit.jupiter:junit-jupiter")
8-
testImplementation(platform("org.junit:junit-bom:6.1.0-M1"))
8+
testImplementation(platform("org.junit:junit-bom:6.1.0-SNAPSHOT"))
99
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1010
}

0 commit comments

Comments
 (0)