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

rabreu 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 820e6f173 Bump redis.clients:jedis from 7.1.0 to 7.2.0 (#8342)
820e6f173 is described below

commit 820e6f173f591659ab6d57b56123cfc8d4d8261e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 3 01:13:58 2026 +0000

    Bump redis.clients:jedis from 7.1.0 to 7.2.0 (#8342)
    
    * Bump redis.clients:jedis from 7.1.0 to 7.2.0
    
    Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.1.0 to 
7.2.0.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](https://github.com/redis/jedis/compare/v7.1.0...v7.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-version: 7.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixing licenses
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rui Abreu <[email protected]>
---
 DEPENDENCY-LICENSES | 2 +-
 pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 6c0fa56b5..f368d0c06 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -424,7 +424,7 @@ List of third-party dependencies grouped by their license 
type.
 
         * argparse4j (net.sourceforge.argparse4j:argparse4j:0.9.0 - 
https://argparse4j.github.io)
         * JCodings (org.jruby.jcodings:jcodings:1.0.58 - 
http://nexus.sonatype.org/oss-repository-hosting.html/jcodings)
-        * Jedis (redis.clients:jedis:7.1.0 - https://github.com/redis/jedis)
+        * Jedis (redis.clients:jedis:7.2.0 - https://github.com/redis/jedis)
         * Joni (org.jruby.joni:joni:2.2.1 - 
http://nexus.sonatype.org/oss-repository-hosting.html/joni)
         * JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:2.0.17 - 
http://www.slf4j.org)
         * redis-authx-core 
(redis.clients.authentication:redis-authx-core:0.1.1-beta2 - 
https://github.com/redis/redis-authx-core)
diff --git a/pom.xml b/pom.xml
index fcd944cd5..887a8a489 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
         <awaitility.version>4.3.0</awaitility.version>
         <hdrhistogram.version>2.2.2</hdrhistogram.version>
         <hamcrest.version>3.0</hamcrest.version>
-        <jedis.version>7.1.0</jedis.version>
+        <jedis.version>7.2.0</jedis.version>
         <activemq.version>6.2.0</activemq.version>
         <commons-logging.version>1.3.5</commons-logging.version>
 

Reply via email to