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 f030b922919 Bump redis.clients:jedis from 5.0.2 to 5.1.0 (#12409)
f030b922919 is described below

commit f030b9229198bf8d18290a02f782c53f6e27f638
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 12 06:01:59 2023 +0100

    Bump redis.clients:jedis from 5.0.2 to 5.1.0 (#12409)
    
    Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.0.2 to 
5.1.0.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](https://github.com/redis/jedis/compare/v5.0.2...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c91f0fa6173..915635a02ed 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>5.0.2</jedis-client-version>
+        <jedis-client-version>5.1.0</jedis-client-version>
         <jetcd-version>0.7.5</jetcd-version>
         <jetty-version>12.0.4</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>

Reply via email to