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/08/20 12:18:36 UTC

[camel] 01/03: Upgrade Spring Boot to version 2.1.7.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.git

commit 8df5e97980c26fb87e41a2018509b18d2f4b86fb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 20 12:07:49 2019 +0200

    Upgrade Spring Boot to version 2.1.7.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 bd23435..c4eff5e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -576,7 +576,7 @@
         <splunk-version>1.6.5.0_1</splunk-version>
         <spring-batch-version>4.1.2.RELEASE</spring-batch-version>
         <spring-batch-bundle-version>4.1.2.RELEASE_1</spring-batch-bundle-version>
-        <spring-boot-version>2.1.6.RELEASE</spring-boot-version>
+        <spring-boot-version>2.1.7.RELEASE</spring-boot-version>
         <spring-cloud-commons-version>2.0.2.RELEASE</spring-cloud-commons-version>
         <spring-cloud-consul-version>2.1.1.RELEASE</spring-cloud-consul-version>
         <spring-cloud-netflix-version>2.0.2.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 309bca0..0574a02 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.1.6.RELEASE</spring-boot-version>
+        <spring-boot-version>2.1.7.RELEASE</spring-boot-version>
 
         <!-- The following dependencies should be aligned with the ones in standard camel parent -->
         <!-- Needed by BOM generator-->