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 04bc81a70c792d05554a6b8da20988867c36eb49 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jun 19 12:05:17 2019 +0200 Upgrade Spring Boot to version 2.1.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 ed82bbf..6be74c6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -630,7 +630,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.5.RELEASE</spring-boot-version> + <spring-boot-version>2.1.6.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 a9f0a64..309bca0 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.5.RELEASE</spring-boot-version> + <spring-boot-version>2.1.6.RELEASE</spring-boot-version> <!-- The following dependencies should be aligned with the ones in standard camel parent --> <!-- Needed by BOM generator-->
