This is an automated email from the ASF dual-hosted git repository. davsclaus 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 0e717c2 chore(deps): update testcontainers to v1.14.3 (#1279) 0e717c2 is described below commit 0e717c2b6d77b3663028b9fc74553cca7249828a Author: Luca Burgazzoli <lburgazz...@users.noreply.github.com> AuthorDate: Sat May 30 18:16:35 2020 +0200 chore(deps): update testcontainers to v1.14.3 (#1279) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 81dab6d..0e8c2da 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ <mock-javamail.version>1.9</mock-javamail.version> <sshd.version>2.3.0</sshd.version> <stax2.version>4.2</stax2.version> - <testcontainers.version>1.14.2</testcontainers.version> + <testcontainers.version>1.14.3</testcontainers.version> <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> <maven.compiler.target>1.8</maven.compiler.target>