You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/08/09 19:45:17 UTC

[camel-spring-boot] 02/02: Regen and upgrade spring

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 437f83ab7db568779890297d9923e07a21837709
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Aug 9 21:03:24 2020 +0200

    Regen and upgrade spring
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4bf5030..3f6cea5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.3.1.RELEASE</spring-boot-version>
+        <spring-boot-version>2.3.2.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.4.3-SNAPSHOT</camel-version>
@@ -131,10 +131,10 @@
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
         <mycila-license-version>3.0</mycila-license-version>
         <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-zookeeper-version>2.2.2.RELEASE</spring-cloud-zookeeper-version>
+        <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.3.RELEASE</spring-cloud-zookeeper-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <undertow-version>2.1.1.Final</undertow-version>
     </properties>