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

acosentino 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 f0d0fe0cf08 Bump redis.clients:jedis from 4.4.3 to 5.1.0 (#12237)
f0d0fe0cf08 is described below

commit f0d0fe0cf08048735b2c25ef8174b4db8a762401
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 28 19:07:25 2023 +0100

    Bump redis.clients:jedis from 4.4.3 to 5.1.0 (#12237)
    
    Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.4.3 to 
5.1.0.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](https://github.com/redis/jedis/compare/v4.4.3...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    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 7fea61dbcfc..a5065e96dbc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -254,7 +254,7 @@
         <jboss-xnio-version>3.3.8.Final</jboss-xnio-version>
         <jcache-version>1.1.1</jcache-version>
         <jcr-version>2.0</jcr-version>
-        <jedis-client-version>4.4.3</jedis-client-version>
+        <jedis-client-version>5.1.0</jedis-client-version>
         <jetcd-version>0.7.5</jetcd-version>
         <jetty-version>11.0.18</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>

Reply via email to