This is an automated email from the ASF dual-hosted git repository.
apupier 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 4cbc2592eb99 chore(deps): Bump redis.clients:jedis from 7.5.3 to 8.0.0
4cbc2592eb99 is described below
commit 4cbc2592eb99f6ab82f1dee3f429e8c4753ca2e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 19 07:37:43 2026 +0000
chore(deps): Bump redis.clients:jedis from 7.5.3 to 8.0.0
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.5.3 to
8.0.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v7.5.3...v8.0.0)
---
updated-dependencies:
- dependency-name: redis.clients:jedis
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
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 fc0f0f2df1d1..a0b14c0b8ea5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -297,7 +297,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.5.3</jedis-client-version>
+ <jedis-client-version>8.0.0</jedis-client-version>
<jetty-version>12.1.12</jetty-version>
<jetty-plugin-version>${jetty-version}</jetty-plugin-version>
<jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>