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 2020/03/07 18:49:48 UTC

[camel] branch master updated: Upgrade TestContainers to version 1.13.0

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 58aea2b  Upgrade TestContainers to version 1.13.0
58aea2b is described below

commit 58aea2ba6ce3f9dd810b031646849059160040c2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Mar 7 19:43:17 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 65e7ad1..15149f5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -642,7 +642,7 @@
         <tagsoup-bundle-version>1.2.1_1</tagsoup-bundle-version>
         <tagsoup-version>1.2.1</tagsoup-version>
         <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
-        <testcontainers-version>1.12.5</testcontainers-version>
+        <testcontainers-version>1.13.0</testcontainers-version>
         <threetenbp-version>1.4.0</threetenbp-version>
         <tinybundles-version>2.1.1</tinybundles-version>
         <tika-version>1.23</tika-version>