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 ed6cdb4 Upgrade Testcontainers to version 1.10.3 ed6cdb4 is described below commit ed6cdb440529d785cf514c5d8879b474b4b364cd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Dec 20 13:09:04 2018 +0100 Upgrade Testcontainers to version 1.10.3 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index f18d3ae..4d37215 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -686,7 +686,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.2</testcontainers-version> + <testcontainers-version>1.10.3</testcontainers-version> <testng-version>6.14.2</testng-version> <tinybundles-version>2.1.1</tinybundles-version> <tika-version>1.19.1</tika-version>