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.
1 parent 47eb5a2 commit 1ca7ccaCopy full SHA for 1ca7cca
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