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 4b9fc9f commit 8ebae60Copy full SHA for 8ebae60
junit-multiple-engines/build.gradle.kts
@@ -67,7 +67,7 @@ dependencies {
67
}
68
69
// Kotest
70
- testImplementation("io.kotest:kotest-runner-junit5:6.0.0")
+ testImplementation("io.kotest:kotest-runner-junit5:6.0.1")
71
testRuntimeOnly("org.slf4j:slf4j-nop:2.0.17") {
72
because("defaulting to no-operation (NOP) logger implementation")
73
0 commit comments