We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82373d8 commit d2be744Copy full SHA for d2be744
1 file changed
build.gradle.kts
@@ -44,7 +44,7 @@ dependencies {
44
testImplementation("org.testcontainers:oracle-xe")
45
testImplementation("ch.qos.logback", "logback-classic", "1.2.11")
46
testImplementation("ch.qos.logback", "logback-core", "1.4.5")
47
- testImplementation("io.mockk:mockk:1.12.3")
+ testImplementation("io.mockk:mockk:1.13.14")
48
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
49
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
50
}
0 commit comments