diff --git a/build.gradle b/build.gradle index 230c482..f4859bf 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'com.jayway.jsonpath:json-path-assert:2.5.0' testImplementation 'io.quarkus:quarkus-junit5-mockito' - testImplementation 'org.mockito:mockito-inline:3.7.7' + testImplementation 'org.mockito:mockito-inline:3.12.4' testImplementation 'org.mockito:mockito-junit-jupiter:3.7.7' annotationProcessor enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")