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 2019/12/16 11:34:57 UTC

[camel-spring-boot] 01/08: Upgrade Spring cloud consul to version 2.2.0.RELEASE

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-spring-boot.git

commit 0ef0239c5eed615459c2a08c33ad8dc92c8f0253
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 16 12:09:14 2019 +0100

    Upgrade Spring cloud consul to version 2.2.0.RELEASE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 532005d..1a85799 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
         <curator-version>2.12.0</curator-version>
 
         <log4j2-version>2.12.1</log4j2-version>
-        <spring-cloud-consul-version>2.1.4.RELEASE</spring-cloud-consul-version>
+        <spring-cloud-consul-version>2.2.0.RELEASE</spring-cloud-consul-version>
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
 
         <!-- Needed by starters -->