You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2018/08/09 10:09:06 UTC

[camel] branch master updated: Upgrade testcontainers-java to v1.8.3

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli 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 ee26311  Upgrade testcontainers-java to v1.8.3
ee26311 is described below

commit ee2631166d63ad0c17f33ce82b33aa8711aa5bc1
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Aug 9 12:08:26 2018 +0200

    Upgrade testcontainers-java to v1.8.3
---
 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 702ed70..5845f7a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -681,7 +681,7 @@
     <stringtemplate-version>4.0.8</stringtemplate-version>
     <tagsoup-bundle-version>1.2.1_1</tagsoup-bundle-version>
     <tagsoup-version>1.2.1</tagsoup-version>
-    <testcontainers-version>1.8.2</testcontainers-version>
+    <testcontainers-version>1.8.3</testcontainers-version>
     <testng-version>6.14.2</testng-version>
     <tinybundles-version>2.1.1</tinybundles-version>
     <tika-version>1.18</tika-version>
diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml
index 336c377..ddc6bfc 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -47,7 +47,7 @@
     <!-- Needed by BOM generator-->
     <avro-version>1.8.2</avro-version>
     <jackson-version>1.9.12</jackson-version>
-    <testcontainers-version>1.8.2</testcontainers-version>
+    <testcontainers-version>1.8.3</testcontainers-version>
 
     <!-- needed for testing -->
     <curator-version>2.12.0</curator-version>