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/17 05:47:38 UTC

[camel] 08/24: Upgrade jetcd 0.7.6

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

commit 2ab886e7d30df5dfde614dc3e5330ecc5d090888
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 07:25:13 2023 +0200

    Upgrade jetcd 0.7.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 419d1f835e5..8f20c8ac3b6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -269,7 +269,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.5</jetcd-version>
+        <jetcd-version>0.7.6</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>