diff --git a/spring-json-api/build.gradle.kts b/spring-json-api/build.gradle.kts index 9a38f6c..68ed442 100644 --- a/spring-json-api/build.gradle.kts +++ b/spring-json-api/build.gradle.kts @@ -1,7 +1,7 @@ dependencies { api(group = "org.springframework.boot", name = "spring-boot-starter-web") - testImplementation("io.mockk:mockk:1.12.0") + testImplementation("io.mockk:mockk:1.13.4") } publishingInfo {