You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/02/04 15:39:28 UTC

[camel-quarkus] 02/02: Upgrade to testcontainers 1.15.1

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit e59a7bd2f07398c525040e3315107ea5719f16dc
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Feb 4 13:51:33 2021 +0100

    Upgrade to testcontainers 1.15.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 04b09b5..a27bbe3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
         <slf4j-log4j12.version>1.7.30</slf4j-log4j12.version><!-- Mess in the transitive dependencies of hbase-testing-util -->
         <sshd.version>2.3.0</sshd.version>
         <stax2.version>4.2</stax2.version>
-        <testcontainers.version>1.15.0</testcontainers.version>
+        <testcontainers.version>1.15.1</testcontainers.version>
         <wiremock.version>2.27.2</wiremock.version>
         <zt-exec.version>1.11</zt-exec.version>