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 2020/08/03 09:02:37 UTC

[camel-spring-boot] 01/04: Upgrade Spring Cloud Netflix to version 2.2.4.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 1090cb64f3769f8cf0b7225a9bd7f197ae3e48a5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 3 08:49:25 2020 +0200

    Upgrade Spring Cloud Netflix to version 2.2.4.RELEASE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a076d99..a0d35b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
         <roaster-version>2.21.2.Final</roaster-version>
         <spring-cloud-commons-version>2.2.3.RELEASE</spring-cloud-commons-version>
         <spring-cloud-consul-version>2.2.3.RELEASE</spring-cloud-consul-version>
-        <spring-cloud-netflix-version>2.2.3.RELEASE</spring-cloud-netflix-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>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <undertow-version>2.1.1.Final</undertow-version>