This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 92695e1129 [4.4.x] bump redis.clients:jedis from 4.2.3 to 4.4.8 (#2604)
92695e1129 is described below
commit 92695e1129c7d2d78a4a8cf44b6aff1c45fee21b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 28 20:39:21 2026 +0200
[4.4.x] bump redis.clients:jedis from 4.2.3 to 4.4.8 (#2604)
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.2.3 to
4.4.8.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v4.2.3...v4.4.8)
---
updated-dependencies:
- dependency-name: redis.clients:jedis
dependency-version: 4.4.8
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 5daad104cc..faa25d38a8 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>4.2.3</version>
+ <version>4.4.8</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>