This is an automated email from the ASF dual-hosted git repository.

reiabreu pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/2.x by this push:
     new abcfbe452 Revert "Bump org.mockito:mockito-core from 4.11.0 to 5.23.0 
(#8683)" (#8692)
abcfbe452 is described below

commit abcfbe452314eac89792c11b79e3ef2551631914
Author: reiabreu <[email protected]>
AuthorDate: Tue May 19 00:12:37 2026 +0100

    Revert "Bump org.mockito:mockito-core from 4.11.0 to 5.23.0 (#8683)" (#8692)
    
    This reverts commit a70cb898a21c4486e8007d4d87985fbc1c29d854.
---
 external/storm-redis/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml
index 4db6370fe..aec625ab0 100644
--- a/external/storm-redis/pom.xml
+++ b/external/storm-redis/pom.xml
@@ -74,7 +74,7 @@
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
             <!-- Test break with newer mockito atm -->
-            <version>5.23.0</version>
+            <version>4.11.0</version>
         </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>

Reply via email to