This is an automated email from the ASF dual-hosted git repository.
holgerfriedrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new d80c63b13f build(deps): bump redis.clients:jedis from 7.5.3 to 8.0.0
(#2801)
d80c63b13f is described below
commit d80c63b13faa6b4070165d47737cc79a3ba94702
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 22 09:46:52 2026 +0200
build(deps): bump redis.clients:jedis from 7.5.3 to 8.0.0 (#2801)
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/karaf-redis-example/karaf-redis-example-service/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
b/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
index ab4ba3b6c4..385ea1d23b 100644
--- a/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
+++ b/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
- <version>7.5.3</version>
+ <version>8.0.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>