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 b58c14693 Bump redis.clients:jedis from 7.2.1 to 7.3.0 (#8401)
b58c14693 is described below
commit b58c14693526f9ebeb85b9031ca83d452190f8c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 7 17:41:51 2026 +0000
Bump redis.clients:jedis from 7.2.1 to 7.3.0 (#8401)
* Bump redis.clients:jedis from 7.2.1 to 7.3.0
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.2.1 to
7.3.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v7.2.1...v7.3.0)
---
updated-dependencies:
- dependency-name: redis.clients:jedis
dependency-version: 7.3.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 | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index e65caa574..46df704e4 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -425,7 +425,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.2.1 - https://github.com/redis/jedis)
+ * Jedis (redis.clients:jedis:7.3.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)
@@ -435,7 +435,7 @@ List of third-party dependencies grouped by their license
type.
Public Domain
* AOP alliance (aopalliance:aopalliance:1.0 -
http://aopalliance.sourceforge.net)
- * JSON in Java (org.json:json:20250517 -
https://github.com/douglascrockford/JSON-java)
+ * JSON in Java (org.json:json:20251224 -
https://github.com/douglascrockford/JSON-java)
Revised BSD
diff --git a/pom.xml b/pom.xml
index d7d6e3430..ba5ab88cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<awaitility.version>4.3.0</awaitility.version>
<hdrhistogram.version>2.2.2</hdrhistogram.version>
<hamcrest.version>3.0</hamcrest.version>
- <jedis.version>7.2.1</jedis.version>
+ <jedis.version>7.3.0</jedis.version>
<activemq.version>6.2.1</activemq.version>
<commons-logging.version>1.3.5</commons-logging.version>