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
The following commit(s) were added to refs/heads/main by this push:
new 8048850c2f8 CAMEL-19841 - Upgrade Testcontainers to version 1.19.0
(#11320)
8048850c2f8 is described below
commit 8048850c2f8771912413a6e0ef521a6825f02506
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 6 15:06:53 2023 +0200
CAMEL-19841 - Upgrade Testcontainers to version 1.19.0 (#11320)
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 baa42dcd7ec..6f7b7ce3e59 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -442,7 +442,7 @@
<swagger-openapi3-java-parser-version>2.1.16</swagger-openapi3-java-parser-version>
<stax-api-version>1.0.1</stax-api-version>
<stringtemplate-version>4.3.4</stringtemplate-version>
- <testcontainers-version>1.18.3</testcontainers-version>
+ <testcontainers-version>1.19.0</testcontainers-version>
<thymeleaf-version>3.1.2.RELEASE</thymeleaf-version>
<tika-version>2.9.0</tika-version>
<twilio-version>9.9.1</twilio-version>