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 b5f558a1c Bump redis.clients:jedis from 7.2.0 to 7.2.1 (#8374)
b5f558a1c is described below
commit b5f558a1cdee2ba43975ed2499c96f94d6cf4d5b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 15:45:42 2026 +0000
Bump redis.clients:jedis from 7.2.0 to 7.2.1 (#8374)
* Bump redis.clients:jedis from 7.2.0 to 7.2.1
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.2.0 to
7.2.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v7.2.0...v7.2.1)
---
updated-dependencies:
- dependency-name: redis.clients:jedis
dependency-version: 7.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 ba27483ca..829ca6c0b 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.2.0 - https://github.com/redis/jedis)
+ * Jedis (redis.clients:jedis:7.2.1 - 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 0b13a5264..70948b852 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.2.0</jedis.version>
+ <jedis.version>7.2.1</jedis.version>
<activemq.version>6.2.0</activemq.version>
<commons-logging.version>1.3.5</commons-logging.version>