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 2018/09/27 06:36:37 UTC

[camel] 02/02: Upgrade Testcontainers to version 1.9.1

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

commit caadc1e1f7b7dfc387c7dcb69146a9929cb84026
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 27 08:36:01 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 527e14f..e803989 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -680,7 +680,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.9.0</testcontainers-version>
+    <testcontainers-version>1.9.1</testcontainers-version>
     <testng-version>6.14.2</testng-version>
     <tinybundles-version>2.1.1</tinybundles-version>
     <tika-version>1.19</tika-version>