This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
commit e1697f891e8ff6f79e0ed209506e844e767780ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 19 08:10:01 2026 +0000
chore(deps): 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]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index de015aaaedc5..5f2681004b0a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -305,7 +305,7 @@
<jcache-version>1.1.1</jcache-version>
<jcip-annotations-version>1.0-1</jcip-annotations-version>
<jcr-version>2.0</jcr-version>
- <jedis-client-version>7.2.0</jedis-client-version>
+ <jedis-client-version>7.2.1</jedis-client-version>
<jetty-version>12.1.5</jetty-version>
<jetty-for-solr-version>10.0.20</jetty-for-solr-version>
<jetty-plugin-version>${jetty-version}</jetty-plugin-version>