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 3107926 commit d31c49eCopy full SHA for d31c49e
dgs-kotlin-co/build.gradle.kts
@@ -62,7 +62,7 @@ dependencies {
62
testImplementation("com.netflix.graphql.dgs:dgs-starter-test")
63
testImplementation("io.projectreactor:reactor-test")
64
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test")
65
- testImplementation("io.mockk:mockk-jvm:1.13.16")
+ testImplementation("io.mockk:mockk-jvm:1.14.0")
66
testImplementation("com.ninja-squad:springmockk:4.0.2") {
67
exclude(module = "mockk")
68
}
0 commit comments