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:58 UTC

[camel-spring-boot] 02/08: Upgrade Spring Cloud commons 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 789093de932b6c0507fb117b9a2849f80ee9c082
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 16 12:09:47 2019 +0100

    Upgrade Spring Cloud commons 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 1a85799..6fe7ddd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
         <junit-jupiter-version>5.5.2</junit-jupiter-version>
         <freemarker-version>2.3.29</freemarker-version>
         <openjpa-version>3.1.0</openjpa-version>
-        <spring-cloud-commons-version>2.1.4.RELEASE</spring-cloud-commons-version>
+        <spring-cloud-commons-version>2.2.0.RELEASE</spring-cloud-commons-version>
         <spring-cloud-consul-version>2.1.4.RELEASE</spring-cloud-consul-version>
         <spring-cloud-netflix-version>2.1.4.RELEASE</spring-cloud-netflix-version>
         <spring-cloud-zookeeper-version>2.1.4.RELEASE</spring-cloud-zookeeper-version>