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 4bf3e93 commit 10d1512Copy full SHA for 10d1512
build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
31
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
32
// https://mvnrepository.com/artifact/io.mockk/mockk
33
- testImplementation("io.mockk:mockk:1.12.2")
+ testImplementation("io.mockk:mockk:1.12.4")
34
35
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml")
36
}
0 commit comments