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 c6d15b6d33055870fbed6d9f677d0a82375eb278 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Aug 3 08:51:07 2020 +0200 Upgrade Spring Cloud Zookeeper to version 2.2.3.RELEASE --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b53a59..47446a8 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ <spring-cloud-commons-version>2.2.4.RELEASE</spring-cloud-commons-version> <spring-cloud-consul-version>2.2.4.RELEASE</spring-cloud-consul-version> <spring-cloud-netflix-version>2.2.4.RELEASE</spring-cloud-netflix-version> - <spring-cloud-zookeeper-version>2.2.2.RELEASE</spring-cloud-zookeeper-version> + <spring-cloud-zookeeper-version>2.2.3.RELEASE</spring-cloud-zookeeper-version> <surefire.version>${maven-surefire-plugin-version}</surefire.version> <undertow-version>2.1.1.Final</undertow-version> </properties>