We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4706b97 + a32dad9 commit 3ca6d16Copy full SHA for 3ca6d16
1 file changed
build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
compileOnly("org.jetbrains:annotations:26.1.0")
25
compileOnly("org.jspecify:jspecify:1.0.0")
26
27
- testImplementation(platform("org.junit:junit-bom:6.1.0"))
+ testImplementation(platform("org.junit:junit-bom:6.1.1"))
28
testImplementation("org.junit.jupiter:junit-jupiter")
29
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
30
}
0 commit comments