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 2023/10/09 09:32:26 UTC

[camel] branch main updated: CAMEL-19966 - Upgrade Testcontainers to version 1.19.1 (#11669)

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 d6cc44b38d4 CAMEL-19966 - Upgrade Testcontainers to version 1.19.1 (#11669)
d6cc44b38d4 is described below

commit d6cc44b38d47052caa7df3b0cd1342df2eae9721
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 9 11:32:18 2023 +0200

    CAMEL-19966 - Upgrade Testcontainers to version 1.19.1 (#11669)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2b23397469a..da746e75e53 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>