We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a063022 commit fd1264aCopy full SHA for fd1264a
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
testImplementation("org.jetbrains.kotlin:kotlin-test")
36
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
37
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
38
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
39
testImplementation("org.wiremock:wiremock:3.3.1")
40
}
41
0 commit comments