We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f79298 commit 9903801Copy full SHA for 9903801
build.gradle.kts
@@ -24,7 +24,7 @@ subprojects {
24
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
25
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
26
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
27
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
28
}
29
30
tasks.test {
0 commit comments