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 e5c7f70 + f664474 commit 6eceabdCopy full SHA for 6eceabd
build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
27
testImplementation(kotlin("reflect"))
28
testImplementation(name = "atrium-cc-en_GB-robstoll", group = "ch.tutteli.atrium", version = "0.8.0")
29
- testImplementation(name = "junit-jupiter-api", group = "org.junit.jupiter", version = "5.5.1")
+ testImplementation(name = "junit-jupiter-api", group = "org.junit.jupiter", version = "5.6.0")
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.6.0")
0 commit comments