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 a1335aa1dd build(deps): bump redis.clients:jedis from 7.5.0 to 7.5.2
(#2689)
a1335aa1dd is described below
commit a1335aa1dd6172328d9b541509e8ac4d662c7f0c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 30 19:14:20 2026 +0200
build(deps): bump redis.clients:jedis from 7.5.0 to 7.5.2 (#2689)
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.5.0 to
7.5.2.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v7.5.0...v7.5.2)
---
updated-dependencies:
- dependency-name: redis.clients:jedis
dependency-version: 7.5.2
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 40c99b64d9..9c80615a11 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.0</version>
+ <version>7.5.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>