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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c4001741 Fix failing redis test due to mockito update
5c4001741 is described below

commit 5c4001741f15f0cc84dfad6b75ca3d2611d97e7a
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Nov 7 21:25:53 2024 +0100

    Fix failing redis test due to mockito update
---
 external/storm-redis/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml
index d3ddb571d..1620b3b8e 100644
--- a/external/storm-redis/pom.xml
+++ b/external/storm-redis/pom.xml
@@ -73,6 +73,8 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
+            <!-- Test break with newer mockito atm -->
+            <version>4.11.0</version>
         </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>

Reply via email to