You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/03 07:27:13 UTC

[camel] 01/02: Upgrade Jedis to version 3.3.0, to reflect the karaf feature.

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

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

commit 1e404a749944826954f02c48c1a8f6c6475527fa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 3 09:09:11 2020 +0200

    Upgrade Jedis to version 3.3.0, to reflect the karaf feature.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5ba9ad7..46b2f01 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -316,7 +316,7 @@
         <jclouds-google-guava-version-range>[18.0,19.0)</jclouds-google-guava-version-range>
         <jcommander-version>1.72</jcommander-version>
         <jcr-version>2.0</jcr-version>
-        <jedis-client-version>3.1.0</jedis-client-version>
+        <jedis-client-version>3.3.0</jedis-client-version>
         <jersey-version>2.28</jersey-version>
         <jetcd-version>0.5.3</jetcd-version>
         <jetty9-version>9.4.31.v20200723</jetty9-version>