diff --git a/build.gradle b/build.gradle index febc46eb1..f40fa3be1 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,8 @@ dependencies { 'com.azure:azure-security-keyvault-keys:4.7.3', 'com.azure:azure-identity:1.12.2', 'com.h2database:h2:2.2.220', - 'org.mockito:mockito-core:5.15.2', + 'org.mockito:mockito-core:4.11.0', + 'org.mockito:mockito-inline:4.11.0', 'net.bytebuddy:byte-buddy:1.15.11', 'net.bytebuddy:byte-buddy-agent:1.15.11' } diff --git a/pom.xml b/pom.xml index 6b2c4937d..57b88810b 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,13 @@ org.mockito mockito-core - 5.15.2 + 4.11.0 + test + + + org.mockito + mockito-inline + 4.11.0 test