Skip to content

Commit b9a5fe0

Browse files
Update dependency org.junit:junit-bom to v6.1.1
1 parent 9d6b327 commit b9a5fe0

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.1.1"))
1010
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1111
}

0 commit comments

Comments
 (0)