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 9ac9186d5b3cfa0a641c29c619d072850199efd0 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Apr 14 12:02:59 2022 +0200 CAMEL-17958 - upgrade testcontainers to 1.17.x --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index af7e9716ce5..9a9e3975acb 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -505,7 +505,7 @@ <stax-api-version>1.0.1</stax-api-version> <stringtemplate-version>4.3.1</stringtemplate-version> <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version> - <testcontainers-version>1.16.3</testcontainers-version> + <testcontainers-version>1.17.1</testcontainers-version> <tika-version>2.3.0</tika-version> <twilio-version>7.55.3</twilio-version> <twitter4j-version>4.0.7</twitter4j-version>
