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/07/31 06:41:47 UTC

[camel] branch master updated: Upgrade Spring Boot

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 938487d  Upgrade Spring Boot
938487d is described below

commit 938487dade925a0c0e151cb2954823077d04401f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 31 08:36:18 2018 +0200

    Upgrade Spring Boot
---
 platforms/spring-boot/spring-boot-dm/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml
index 5e142a7..140ca08 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -41,13 +41,13 @@
 
   <properties>
     <!-- Spring-Boot target version -->
-    <spring-boot-version>2.0.3.RELEASE</spring-boot-version>
+    <spring-boot-version>2.0.4.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <!-- Needed by BOM generator-->
     <avro-version>1.8.2</avro-version>
     <jackson-version>1.9.12</jackson-version>
-    <testcontainers-version>1.7.3</testcontainers-version>
+    <testcontainers-version>1.8.1</testcontainers-version>
 
     <!-- needed for testing -->
     <curator-version>2.12.0</curator-version>