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

rzo1 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 2ddb77f3b Bump redis.clients:jedis from 7.3.0 to 7.4.0 (#8462)
2ddb77f3b is described below

commit 2ddb77f3b724ffa22f87f2d713f8ac201114eb6c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 19:36:48 2026 +0200

    Bump redis.clients:jedis from 7.3.0 to 7.4.0 (#8462)
    
    Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.3.0 to 
7.4.0.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](https://github.com/redis/jedis/compare/v7.3.0...v7.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-version: 7.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 864b0817c..d251fceb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <awaitility.version>4.3.0</awaitility.version>
         <hdrhistogram.version>2.2.2</hdrhistogram.version>
         <hamcrest.version>3.0</hamcrest.version>
-        <jedis.version>7.3.0</jedis.version>
+        <jedis.version>7.4.0</jedis.version>
         <activemq.version>6.2.1</activemq.version>
         <commons-logging.version>1.3.6</commons-logging.version>
 

Reply via email to