diff --git a/build.gradle b/build.gradle index f516116..c60d097 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.2" annotationProcessor "org.springframework.boot:spring-boot-configuration-processor" }