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/09/06 11:34:26 UTC

[camel] branch CAMEL-19841 created (now 935deb3511a)

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

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


      at 935deb3511a CAMEL-19841 - Upgrade Testcontainers to version 1.19.0

This branch includes the following new commits:

     new 935deb3511a CAMEL-19841 - Upgrade Testcontainers to version 1.19.0

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-19841 - Upgrade Testcontainers to version 1.19.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 935deb3511ace7e433b014bc56b3b82202d284c1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 6 12:18:56 2023 +0200

    CAMEL-19841 - Upgrade Testcontainers to version 1.19.0
    
    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 f728770ea71..3bd19f4e437 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>