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 993d459 Upgrade TestContainers to version 1.12.0 993d459 is described below commit 993d45978d4e560d91132c42d5379b85848c449c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 25 12:32:37 2019 +0200 Upgrade TestContainers to version 1.12.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 47df487..9eb326f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -615,7 +615,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.11.4</testcontainers-version> + <testcontainers-version>1.12.0</testcontainers-version> <testng-version>6.14.2</testng-version> <tinybundles-version>2.1.1</tinybundles-version> <tika-version>1.21</tika-version>