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 b3c01f964b build(deps): bump redis.clients:jedis from 7.5.2 to 7.5.3 
(#2751)
b3c01f964b is described below

commit b3c01f964b555449317f320080e0ea934de46e1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 5 06:29:41 2026 +0200

    build(deps): bump redis.clients:jedis from 7.5.2 to 7.5.3 (#2751)
    
    Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.5.2 to 
7.5.3.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](https://github.com/redis/jedis/compare/v7.5.2...v7.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-version: 7.5.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 9c80615a11..ab4ba3b6c4 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>7.5.2</version>
+            <version>7.5.3</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>

Reply via email to