We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dad4ed + 1b63ca8 commit 3efe4d4Copy full SHA for 3efe4d4
plugin/build.gradle.kts
@@ -44,7 +44,7 @@ dependencies {
44
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
45
testImplementation("org.assertj:assertj-core:3.27.7")
46
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2")
47
- testImplementation("io.mockk:mockk:1.14.7")
+ testImplementation("io.mockk:mockk:1.14.9")
48
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
49
}
50
0 commit comments