diff --git a/client/test/build.gradle b/client/test/build.gradle
index 9ee222b036cd..d9a10a9c6ffd 100644
--- a/client/test/build.gradle
+++ b/client/test/build.gradle
@@ -27,9 +27,9 @@ dependencies {
api "org.hamcrest:hamcrest:${versions.hamcrest}"
// mockito
- api 'org.mockito:mockito-core:5.4.0'
- api 'org.mockito:mockito-subclass:5.4.0'
- api 'net.bytebuddy:byte-buddy:1.14.5'
+ api 'org.mockito:mockito-core:5.9.0'
+ api 'org.mockito:mockito-subclass:5.9.0'
+ api 'net.bytebuddy:byte-buddy:1.14.11'
api 'org.objenesis:objenesis:3.3'
}
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 163221315280..b0a8fdd30324 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1574,19 +1574,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -3786,29 +3776,14 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/test/framework/build.gradle b/test/framework/build.gradle
index 2cdd6994bd2e..22a95880193e 100644
--- a/test/framework/build.gradle
+++ b/test/framework/build.gradle
@@ -26,9 +26,9 @@ dependencies {
api "commons-codec:commons-codec:${versions.commonscodec}"
// mockito
- api 'org.mockito:mockito-core:5.4.0'
- api 'org.mockito:mockito-subclass:5.4.0'
- api 'net.bytebuddy:byte-buddy:1.14.5'
+ api 'org.mockito:mockito-core:5.9.0'
+ api 'org.mockito:mockito-subclass:5.9.0'
+ api 'net.bytebuddy:byte-buddy:1.14.11'
api 'org.objenesis:objenesis:3.3'
api "org.elasticsearch:mocksocket:${versions.mocksocket}"