This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-19966 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6b457d554bc39d51634d65bda8979ff368d10795 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Oct 9 10:55:23 2023 +0200 CAMEL-19966 - Upgrade Testcontainers to version 1.19.1 Signed-off-by: Andrea Cosentino <[email protected]> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 7f54f27d7af..ef91b1aee43 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -440,7 +440,7 @@ <swagger-request-validator-version>2.37.0</swagger-request-validator-version> <stax-api-version>1.0.1</stax-api-version> <stringtemplate-version>4.3.4</stringtemplate-version> - <testcontainers-version>1.19.0</testcontainers-version> + <testcontainers-version>1.19.1</testcontainers-version> <thymeleaf-version>3.1.2.RELEASE</thymeleaf-version> <tika-version>2.9.0</tika-version> <twilio-version>9.9.1</twilio-version>
