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 2018/10/18 16:03:03 UTC

[camel] 39/45: Upgrade Spring-Boot to version 2.0.6.RELEASE

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

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

commit 77f6cc825c9a4c6c766b7ed5b1304fc6c17505ad
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 18 14:19:04 2018 +0200

    Upgrade Spring-Boot to version 2.0.6.RELEASE
---
 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 d582cdb..2a067d7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -635,7 +635,7 @@
     <splunk-version>1.6.4.0_1</splunk-version>
     <spring-batch-version>4.0.1.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>4.0.1.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>2.0.5.RELEASE</spring-boot-version>
+    <spring-boot-version>2.0.6.RELEASE</spring-boot-version>
     <spring-cloud-commons-version>2.0.1.RELEASE</spring-cloud-commons-version>
     <spring-cloud-consul-version>2.0.1.RELEASE</spring-cloud-consul-version>
     <spring-cloud-netflix-version>2.0.1.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 ceb145c..59d174d 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>2.0.5.RELEASE</spring-boot-version>
+    <spring-boot-version>2.0.6.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <!-- Needed by BOM generator-->