We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 244af2c + 3e6d054 commit 86c96f4Copy full SHA for 86c96f4
1 file changed
build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
22
testImplementation("ch.qos.logback:logback-classic:1.4.11")
23
testImplementation("io.mockk:mockk:1.13.8")
24
testImplementation("io.kotest:kotest-runner-junit5:5.7.2")
25
- testImplementation("io.kotest:kotest-runner-junit5-jvm:5.7.2")
+ testImplementation("io.kotest:kotest-runner-junit5-jvm:5.8.0")
26
testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
27
}
28
0 commit comments