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/09/17 18:55:02 UTC

[camel] branch master updated: Upgrade Spring Boot here too

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 18cd057  Upgrade Spring Boot here too
18cd057 is described below

commit 18cd057de58930465de91953acbf3332c9045515
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Sep 17 20:54:44 2018 +0200

    Upgrade Spring Boot here too
---
 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 ddc6bfc..eb212df 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.4.RELEASE</spring-boot-version>
+    <spring-boot-version>2.0.5.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <!-- Needed by BOM generator-->