diff --git a/build.gradle b/build.gradle index f516116..c794ba3 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ dependencies { } // Mocks // see https://mockk.io - testImplementation "io.mockk:mockk:1.12.2" + testImplementation "io.mockk:mockk:1.13.4" annotationProcessor "org.springframework.boot:spring-boot-configuration-processor" }