You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/05/24 06:01:18 UTC

[camel] 03/04: Upgrade Testcontainers to version 1.17.2

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit efd62fc2effc9ab13c3ceb16dd3a17c3891c3f6a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue May 24 07:53:38 2022 +0200

    Upgrade Testcontainers to version 1.17.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c5dfdf5d718..b32a6086bc8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -508,7 +508,7 @@
         <stax-api-version>1.0.1</stax-api-version>
         <stringtemplate-version>4.3.3</stringtemplate-version>
         <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
-        <testcontainers-version>1.17.1</testcontainers-version>
+        <testcontainers-version>1.17.2</testcontainers-version>
         <tika-version>2.4.0</tika-version>
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>