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 2018/04/07 06:11:12 UTC

[camel] 02/02: Upgrade Spring Boot

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

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

commit 52b39ba736b3d60cbbc1920b332d0e221da061fa
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Apr 7 09:08:30 2018 +0300

    Upgrade Spring Boot
---
 parent/pom.xml                               | 2 +-
 platforms/spring-boot/spring-boot-dm/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e78f995..0cc6e5d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -634,7 +634,7 @@
     <splunk-version>1.6.3.0_1</splunk-version>
     <spring-batch-version>3.0.9.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>3.0.8.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>1.5.10.RELEASE</spring-boot-version>
+    <spring-boot-version>1.5.11.RELEASE</spring-boot-version>
     <!-- use same version of spring-cloud 1.3.x -->
     <spring-cloud-commons-version>1.3.2.RELEASE</spring-cloud-commons-version>
     <spring-cloud-netflix-version>1.4.3.RELEASE</spring-cloud-netflix-version>
diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml
index b84212a..9d5f03d 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -39,7 +39,7 @@
 
   <properties>
     <!-- Spring-Boot target version -->
-    <spring-boot-version>1.5.10.RELEASE</spring-boot-version>
+    <spring-boot-version>1.5.11.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <!-- Needed by BOM generator-->

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.