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:09:10 UTC

[camel] branch CAMEL-19966 created (now 6b457d554bc)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch CAMEL-19966
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 6b457d554bc CAMEL-19966 - Upgrade Testcontainers to version 1.19.1

This branch includes the following new commits:

     new 6b457d554bc CAMEL-19966 - Upgrade Testcontainers to version 1.19.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: CAMEL-19966 - Upgrade Testcontainers to version 1.19.1

Posted by ac...@apache.org.
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 <an...@gmail.com>
AuthorDate: Mon Oct 9 10:55:23 2023 +0200

    CAMEL-19966 - Upgrade Testcontainers to version 1.19.1
    
    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 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>