You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/05/26 05:11:14 UTC

[karaf] branch main updated: Update jedis and gson in redis example

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 0314e45578 Update jedis and gson in redis example
0314e45578 is described below

commit 0314e45578733ad341369702cc6daf6dd000bbaf
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu May 26 07:10:59 2022 +0200

    Update jedis and gson in redis example
---
 examples/karaf-redis-example/karaf-redis-example-service/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/karaf-redis-example/karaf-redis-example-service/pom.xml b/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
index 32406903ad..d59bb5a610 100644
--- a/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
+++ b/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
@@ -63,12 +63,12 @@
         <dependency>
             <groupId>redis.clients</groupId>
             <artifactId>jedis</artifactId>
-            <version>3.1.0</version>
+            <version>4.2.3</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
-            <version>2.8.6</version>
+            <version>2.9.0</version>
         </dependency>
     </dependencies>
 
@@ -99,4 +99,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>