This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch testcontainers-1.12.5 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 9e42a577473b79e7c45685d9ca7ba2d5f3952441 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 24 17:30:30 2020 +0100 Upgrade TestContainers to version 1.12.5 --- integration-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 62a7943..9eb386b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -37,7 +37,7 @@ <artemis.version>2.10.0</artemis.version> <ftpserver.version>1.1.1</ftpserver.version> <sshd.version>2.3.0</sshd.version> - <testcontainers.version>1.12.0</testcontainers.version> + <testcontainers.version>1.12.5</testcontainers.version> <mock-javamail.version>1.9</mock-javamail.version> </properties>