This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 437e014f6550 chore(deps): Bump redis.clients:jedis from 7.4.0 to 7.4.1
(#22465)
437e014f6550 is described below
commit 437e014f6550b9d80cf57508c9bea1956ac57deb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 8 08:42:54 2026 +0200
chore(deps): Bump redis.clients:jedis from 7.4.0 to 7.4.1 (#22465)
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.4.0 to
7.4.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v7.4.0...v7.4.1)
---
updated-dependencies:
- dependency-name: redis.clients:jedis
dependency-version: 7.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 69268a630ea2..f8cd17fcc3fa 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -320,7 +320,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.4.0</jedis-client-version>
+ <jedis-client-version>7.4.1</jedis-client-version>
<jetty-version>12.1.8</jetty-version>
<jetty-plugin-version>${jetty-version}</jetty-plugin-version>
<jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>