diff --git a/client/test/build.gradle b/client/test/build.gradle
index d9a10a9c6ffdc..8d457948b91b4 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.9.0'
- api 'org.mockito:mockito-subclass:5.9.0'
- api 'net.bytebuddy:byte-buddy:1.14.11'
+ api 'org.mockito:mockito-core:5.11.0'
+ api 'org.mockito:mockito-subclass:5.11.0'
+ api 'net.bytebuddy:byte-buddy:1.14.12'
api 'org.objenesis:objenesis:3.3'
}
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 000a2c15f5b12..00c6ec4bd4a2e 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1589,9 +1589,9 @@
-
-
-
+
+
+
@@ -3701,13 +3701,13 @@
-
-
-
+
+
+
-
-
+
+
diff --git a/test/framework/build.gradle b/test/framework/build.gradle
index 22a95880193e2..7906a52479b29 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.9.0'
- api 'org.mockito:mockito-subclass:5.9.0'
- api 'net.bytebuddy:byte-buddy:1.14.11'
+ api 'org.mockito:mockito-core:5.11.0'
+ api 'org.mockito:mockito-subclass:5.11.0'
+ api 'net.bytebuddy:byte-buddy:1.14.12'
api 'org.objenesis:objenesis:3.3'
api "org.elasticsearch:mocksocket:${versions.mocksocket}"