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/11 09:15:57 UTC

[camel] 02/06: Upgrade TestContainers to version 1.17.5

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 87455105b694b48bb5f51202ab212e1ef298eddd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 11 09:54:59 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index ad9f7e1785f..56b262c46d9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -511,7 +511,7 @@
         <stax-api-version>1.0.1</stax-api-version>
         <stringtemplate-version>4.3.4</stringtemplate-version>
         <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
-        <testcontainers-version>1.17.4</testcontainers-version>
+        <testcontainers-version>1.17.5</testcontainers-version>
         <tika-version>2.5.0</tika-version>
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>