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/10/03 09:31:53 UTC

[camel] 01/02: Upgrade TestContainers to version 1.17.4

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 9a8176bbd0a8fad39199231503268e159ede1de0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 3 11:27:04 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 22bee7fd9e8..07917732be7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -510,7 +510,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.3</testcontainers-version>
+        <testcontainers-version>1.17.4</testcontainers-version>
         <tika-version>2.4.1</tika-version>
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>