diff --git a/build.gradle b/build.gradle index 5e2a066..c6b7b4d 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.12.4" annotationProcessor "org.springframework.boot:spring-boot-configuration-processor" }