This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 8138c48 [update] Upgrade testcontainers version 8138c48 is described below commit 8138c484e51a22dacd1599a2b48089fad6ed450e Author: Lukas Lowinger <llowi...@redhat.com> AuthorDate: Thu Feb 11 15:41:08 2021 +0100 [update] Upgrade testcontainers version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 68a4f0e..9ef7d3db 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ <slf4j-log4j12.version>1.7.30</slf4j-log4j12.version><!-- Mess in the transitive dependencies of hbase-testing-util --> <sshd.version>${sshd-version}</sshd.version> <stax2.version>4.2</stax2.version> - <testcontainers.version>1.15.1</testcontainers.version> + <testcontainers.version>1.15.2</testcontainers.version> <wiremock.version>2.27.2</wiremock.version> <zt-exec.version>1.11</zt-exec.version>