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 a43754534d Bump redis.clients:jedis from 4.4.8 to 7.4.0 (#2351)
a43754534d is described below

commit a43754534df13a37135ee6bb103a7c5c2804cabb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 14 22:11:33 2026 +0100

    Bump redis.clients:jedis from 4.4.8 to 7.4.0 (#2351)
---
 examples/karaf-redis-example/karaf-redis-example-service/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 cd98b1505d..a275c6eac9 100644
--- a/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
+++ b/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>redis.clients</groupId>
             <artifactId>jedis</artifactId>
-            <version>4.4.8</version>
+            <version>7.4.0</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>

Reply via email to