You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/22 19:08:09 UTC

[camel] branch main updated: Go back to etcd 0.7.5 as it works with unit tests. (#10785)

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 83f988be42b Go back to etcd 0.7.5 as it works with unit tests. (#10785)
83f988be42b is described below

commit 83f988be42bcefa869b9dd090338612d22907f30
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jul 22 21:08:01 2023 +0200

    Go back to etcd 0.7.5 as it works with unit tests. (#10785)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 58156ab07ec..5c806d02b5d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -261,7 +261,7 @@
         <jcommander-version>1.72</jcommander-version>
         <jcr-version>2.0</jcr-version>
         <jedis-client-version>4.4.3</jedis-client-version>
-        <jetcd-version>0.7.6</jetcd-version>
+        <jetcd-version>0.7.5</jetcd-version>
         <jetty-version>11.0.15</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>