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 9cf7ff363de8a61482cb5a1a5e5750ec702896f7 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Dec 3 12:28:51 2018 +0100 Update Spring Boot to version 2.1.1.RELEASE even in dm --- platforms/spring-boot/spring-boot-dm/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml index 4049b0d..23dd47a 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.0.RELEASE</spring-boot-version> + <spring-boot-version>2.1.1.RELEASE</spring-boot-version> <!-- The following dependencies should be aligned with the ones in standard camel parent --> <!-- Needed by BOM generator-->