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 759f777 commit 327c603Copy full SHA for 327c603
integration-tests/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
testImplementation("org.junit.jupiter:junit-jupiter-api")
13
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
14
testImplementation("org.junit.jupiter:junit-jupiter-params")
15
- testImplementation("io.mockk:mockk:1.13.16")
+ testImplementation("io.mockk:mockk:1.14.5")
16
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
17
testImplementation("org.apache.commons:commons-lang3:3.17.0")
18
testImplementation("org.apache.logging.log4j:log4j-api:2.24.3")
0 commit comments