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:10:53 UTC

[camel] branch master updated: Upgrade Spring Boot

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f30cd9b  Upgrade Spring Boot
f30cd9b is described below

commit f30cd9b066245b53dcc2da1d452d8740c2252be2
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 605ff32..174b3c8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -636,7 +636,7 @@
     <splunk-version>1.6.4.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 d924bfc..927dc35 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -41,7 +41,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.