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 41b9f6406 Bump redis.clients:jedis from 5.2.0 to 7.0.0 (#8282)
41b9f6406 is described below

commit 41b9f64069b38633e0d164d42b384504d57a7881
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 25 02:14:39 2025 +0100

    Bump redis.clients:jedis from 5.2.0 to 7.0.0 (#8282)
    
    * Bump redis.clients:jedis from 5.2.0 to 7.0.0
    
    Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.2.0 to 
7.0.0.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](https://github.com/redis/jedis/compare/v5.2.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 | 7 ++++---
 pom.xml             | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 7f8a3f618..c68e34d65 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -35,7 +35,7 @@ List of third-party dependencies grouped by their license 
type.
         * Apache Commons Logging (commons-logging:commons-logging:1.3.5 - 
https://commons.apache.org/proper/commons-logging/)
         * Apache Commons Math (org.apache.commons:commons-math3:3.6.1 - 
http://commons.apache.org/proper/commons-math/)
         * Apache Commons Net (commons-net:commons-net:3.9.0 - 
https://commons.apache.org/proper/commons-net/)
-        * Apache Commons Pool (org.apache.commons:commons-pool2:2.12.0 - 
https://commons.apache.org/proper/commons-pool/)
+        * Apache Commons Pool (org.apache.commons:commons-pool2:2.12.1 - 
https://commons.apache.org/proper/commons-pool/)
         * Apache Commons Text (org.apache.commons:commons-text:1.14.0 - 
https://commons.apache.org/proper/commons-text)
         * Apache Hadoop Annotations 
(org.apache.hadoop:hadoop-annotations:3.4.2 - no url defined)
         * Apache Hadoop Auth (org.apache.hadoop:hadoop-auth:3.4.2 - no url 
defined)
@@ -421,16 +421,17 @@ 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:5.2.0 - https://github.com/redis/jedis)
+        * Jedis (redis.clients:jedis:7.0.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)
         * SLF4J API Module (org.slf4j:slf4j-api:2.0.17 - http://www.slf4j.org)
         * System Out and Err redirected to SLF4J 
(uk.org.lidalia:sysout-over-slf4j:1.0.2 - 
http://projects.lidalia.org.uk/sysout-over-slf4j/)
 
     Public Domain
 
         * AOP alliance (aopalliance:aopalliance:1.0 - 
http://aopalliance.sourceforge.net)
-        * JSON in Java (org.json:json:20240303 - 
https://github.com/douglascrockford/JSON-java)
+        * JSON in Java (org.json:json:20250517 - 
https://github.com/douglascrockford/JSON-java)
 
     Revised BSD
 
diff --git a/pom.xml b/pom.xml
index 827c452c7..7083b12b0 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>5.2.0</jedis.version>
+        <jedis.version>7.0.0</jedis.version>
         <activemq.version>6.1.7</activemq.version>
         <commons-logging.version>1.3.5</commons-logging.version>
 

Reply via email to