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 7352ffd08c build(deps): bump redis.clients:jedis from 7.4.1 to 7.5.0
(#2594)
7352ffd08c is described below
commit 7352ffd08c77c588e3c5a41a1c088f25d2f05a46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 28 20:39:36 2026 +0200
build(deps): bump redis.clients:jedis from 7.4.1 to 7.5.0 (#2594)
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.4.1 to
7.5.0.
- [Commits](https://github.com/redis/jedis/compare/v7.4.1...v7.5.0)
---
updated-dependencies:
- dependency-name: redis.clients:jedis
dependency-version: 7.5.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>
---
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 2b2eaf85e0..40c99b64d9 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.4.1</version>
+ <version>7.5.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>