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 47eb5a2 + 1ca7cca commit e5c7f70Copy full SHA for e5c7f70
build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
testImplementation(name = "junit-jupiter-api", group = "org.junit.jupiter", version = "5.5.1")
30
testImplementation(name = "junit-jupiter-params", group = "org.junit.jupiter", version = "5.5.1")
31
32
- testRuntimeOnly(name = "junit-jupiter-engine", group = "org.junit.jupiter", version = "5.5.1")
+ testRuntimeOnly(name = "junit-jupiter-engine", group = "org.junit.jupiter", version = "5.6.0")
33
}
34
35
val ossrhUsername: String? by project
0 commit comments