This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 7d263f9062 build(deps): bump redis.clients:jedis from 8.0.0 to 8.0.1
(#2843)
7d263f9062 is described below
commit 7d263f90622e5a1bd20a2cbb4d595e4c3a1829a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 6 08:11:18 2026 +0200
build(deps): bump redis.clients:jedis from 8.0.0 to 8.0.1 (#2843)
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 8.0.0 to
8.0.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v8.0.0...v8.0.1)
---
updated-dependencies:
- dependency-name: redis.clients:jedis
dependency-version: 8.0.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>
---
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 385ea1d23b..04dc2c3a1b 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>8.0.0</version>
+ <version>8.0.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>