We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d8bc4 commit 3f79298Copy full SHA for 3f79298
build.gradle.kts
@@ -21,7 +21,7 @@ subprojects {
21
22
dependencies {
23
compileOnly("org.jetbrains:annotations:26.0.2")
24
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
+ 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")
0 commit comments