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

nfilotto 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 3b988e84295 CAMEL-18560: camel-etcd3 - Upgrade jetcd to 0.7.3 (#8436)
3b988e84295 is described below

commit 3b988e8429526a2202a975a7b333177797b5db78
Author: Nicolas Filotto <[email protected]>
AuthorDate: Tue Sep 27 13:29:07 2022 +0200

    CAMEL-18560: camel-etcd3 - Upgrade jetcd to 0.7.3 (#8436)
    
    ## Motivation
    
    Since the latest version of jetcd-all (0.5.11), new versions of jetcd have 
been released but as individual artifacts.
    
    ## Modifications
    
    * Set the new version of jetcd in the parent and dependencies pom
    * Change the name of the artifact for  `jetcd-core`
---
 camel-dependencies/pom.xml     | 2 +-
 components/camel-etcd3/pom.xml | 2 +-
 parent/pom.xml                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 4636041c460..dd1a1056bcb 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -313,7 +313,7 @@
     <jcommander-version>1.72</jcommander-version>
     <jcr-version>2.0</jcr-version>
     <jedis-client-version>3.7.1</jedis-client-version>
-    <jetcd-version>0.5.11</jetcd-version>
+    <jetcd-version>0.7.3</jetcd-version>
     <jettison-version>1.5.0</jettison-version>
     <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
     <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
diff --git a/components/camel-etcd3/pom.xml b/components/camel-etcd3/pom.xml
index 50dff439649..e7449b65751 100644
--- a/components/camel-etcd3/pom.xml
+++ b/components/camel-etcd3/pom.xml
@@ -47,7 +47,7 @@
 
         <dependency>
             <groupId>io.etcd</groupId>
-            <artifactId>jetcd-all</artifactId>
+            <artifactId>jetcd-core</artifactId>
             <version>${jetcd-version}</version>
         </dependency>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 3bc4f42a671..7f258e4f5fd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -298,7 +298,7 @@
         <jcommander-version>1.72</jcommander-version>
         <jcr-version>2.0</jcr-version>
         <jedis-client-version>3.7.1</jedis-client-version>
-        <jetcd-version>0.5.11</jetcd-version>
+        <jetcd-version>0.7.3</jetcd-version>
         <jetty9-version>9.4.48.v20220622</jetty9-version>
         <jetty-version>${jetty9-version}</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>

Reply via email to