This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e548c4a1d94 chore(deps): Bump redis.clients:jedis from 6.2.0 to 7.0.0 
(#19523)
2e548c4a1d94 is described below

commit 2e548c4a1d94c09544f469423aa047038a97d489
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 07:44:10 2025 +0200

    chore(deps): Bump redis.clients:jedis from 6.2.0 to 7.0.0 (#19523)
    
    Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 6.2.0 to 
7.0.0.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](https://github.com/redis/jedis/compare/v6.2.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-version: 7.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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 870b236ef82b..2ae94ffa62cb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -287,7 +287,7 @@
         <jcache-version>1.1.1</jcache-version>
         <jcip-annotations-version>1.0-1</jcip-annotations-version>
         <jcr-version>2.0</jcr-version>
-        <jedis-client-version>6.2.0</jedis-client-version>
+        <jedis-client-version>7.0.0</jedis-client-version>
         <jetty-version>12.1.2</jetty-version>
         <jetty-for-solr-version>10.0.20</jetty-for-solr-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>

Reply via email to