You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by dj...@apache.org on 2023/03/12 13:06:10 UTC

[gora] branch master updated: GORA-699 fix redis tests (#281)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8e940d5 GORA-699 fix redis tests (#281)
c8e940d5 is described below

commit c8e940d537b4d429237b489a10d3ddcc78f5dc4e
Author: Kevin Ratnasekera <dj...@gmail.com>
AuthorDate: Sun Mar 12 14:06:05 2023 +0100

    GORA-699 fix redis tests (#281)
---
 gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java b/gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java
index ac6610d7..0023a2c8 100755
--- a/gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java
+++ b/gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java
@@ -33,7 +33,7 @@ import java.time.Duration;
  */
 public class GoraRedisTestDriver extends GoraTestDriver {
 
-  private static final String DOCKER_IMAGE = "grokzen/redis-cluster:latest";
+  private static final String DOCKER_IMAGE = "grokzen/redis-cluster:6.0.0";
   private final GenericContainer redisContainer;
 
   private final StorageMode storageMode;
diff --git a/pom.xml b/pom.xml
index 5712cf8f..88e11ece 100755
--- a/pom.xml
+++ b/pom.xml
@@ -843,7 +843,7 @@
     <ignite.version>2.10.0</ignite.version>
     <sqlbuilder.version>2.1.7</sqlbuilder.version>
     <!-- Redis Dependencies -->
-    <redisson.version>3.11.0</redisson.version>
+    <redisson.version>3.20.0</redisson.version>
     <!-- Kudu Dependencies -->
     <kudu.version>1.9.0</kudu.version>
     <!-- Solr Dependencies -->