You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/30 09:13:41 UTC

[camel] branch master updated: Upgrade Testcontainers to version 1.10.6

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


The following commit(s) were added to refs/heads/master by this push:
     new 1421894  Upgrade Testcontainers to version 1.10.6
1421894 is described below

commit 1421894974232c6d681a05a0614bfc0829fccf1b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 30 10:13:18 2019 +0100

    Upgrade Testcontainers to version 1.10.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 68acb30..1447cc8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -664,7 +664,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.10.5</testcontainers-version>
+    <testcontainers-version>1.10.6</testcontainers-version>
     <testng-version>6.14.2</testng-version>
     <tinybundles-version>2.1.1</tinybundles-version>
     <tika-version>1.20</tika-version>