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 d19293d commit 9294ae4Copy full SHA for 9294ae4
build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
21
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
22
testImplementation("ch.qos.logback:logback-classic:1.4.14")
23
- testImplementation("io.mockk:mockk:1.13.8")
+ testImplementation("io.mockk:mockk:1.14.3")
24
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
25
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.8.0")
26
testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
0 commit comments