diff --git a/build.gradle b/build.gradle index 281fa31..423876f 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { testImplementation 'io.quarkus:quarkus-junit5' testImplementation 'io.rest-assured:rest-assured' testImplementation 'org.mockito:mockito-core:5.14.2' - testImplementation 'io.quarkus:quarkus-junit5-mockito:3.18.3' + testImplementation 'io.quarkus:quarkus-junit5-mockito:3.19.0' } group 'com.tuvarna'