We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07f4e24 + 31cc486 commit a1a4aa7Copy full SHA for a1a4aa7
build.gradle.kts
@@ -21,10 +21,10 @@ subprojects {
21
22
dependencies {
23
compileOnly("org.jetbrains:annotations:26.0.2")
24
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
25
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
26
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
27
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
28
}
29
30
tasks.test {
0 commit comments