This is an automated email from the ASF dual-hosted git repository.
gnodet 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 731117366ed6 chore(deps): Bump redis.clients:jedis from 7.3.0 to 7.4.0
(#22031)
731117366ed6 is described below
commit 731117366ed6dbf4ac1ff27af385ee63c8887588
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 08:12:20 2026 +0100
chore(deps): Bump redis.clients:jedis from 7.3.0 to 7.4.0 (#22031)
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index a2b4257d9c44..9fb4c74db755 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -310,7 +310,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.3.0</jedis-client-version>
+ <jedis-client-version>7.4.0</jedis-client-version>
<jetty-version>12.1.7</jetty-version>
<jetty-plugin-version>${jetty-version}</jetty-plugin-version>
<jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>