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 3be425d commit 2533b0eCopy full SHA for 2533b0e
simple/build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
exclude(module = "mockito-junit-jupiter")
31
exclude(module = "android-json")
32
}
33
- testImplementation("io.mockk:mockk:1.13.16")
+ testImplementation("io.mockk:mockk:1.14.0")
34
testImplementation("com.ninja-squad:springmockk:4.0.2")
35
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
36
testImplementation("io.kotest:kotest-framework-concurrency:5.9.1")
0 commit comments