diff --git a/build.gradle.kts b/build.gradle.kts index 587db90..15f767f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { testImplementation("io.rest-assured:rest-assured") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.graphql:spring-graphql-test") - testImplementation("io.mockk:mockk:1.13.9") + testImplementation("io.mockk:mockk:1.13.10") testImplementation("com.ninja-squad:springmockk:4.0.2") }