diff --git a/graphql-kotlin/build.gradle.kts b/graphql-kotlin/build.gradle.kts index 52415a537..ca9e698c6 100644 --- a/graphql-kotlin/build.gradle.kts +++ b/graphql-kotlin/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { } testImplementation("io.projectreactor:reactor-test") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.2") - testImplementation("io.mockk:mockk-jvm:1.14.0") + testImplementation("io.mockk:mockk-jvm:1.14.2") testImplementation("com.ninja-squad:springmockk:4.0.2") testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1") testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")