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:35:01 UTC

[camel-spring-boot] 05/08: Upgrade Spring Cloud Zookeeper 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 c0e95cc15827fba58f098c2ad0edba7d0058d7d1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 16 12:10:44 2019 +0100

    Upgrade Spring Cloud Zookeeper 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 367ebfe..671d496 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
         <openjpa-version>3.1.0</openjpa-version>
         <spring-cloud-commons-version>2.2.0.RELEASE</spring-cloud-commons-version>
         <spring-cloud-netflix-version>2.2.0.RELEASE</spring-cloud-netflix-version>
-        <spring-cloud-zookeeper-version>2.1.4.RELEASE</spring-cloud-zookeeper-version>
+        <spring-cloud-zookeeper-version>2.2.0.RELEASE</spring-cloud-zookeeper-version>
         <rxjava-version>1.3.8</rxjava-version>
 
         <arquillian-container-se-managed-version>1.0.2.Final</arquillian-container-se-managed-version>