You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/04/15 09:40:16 UTC

[camel] branch master updated: Upgrade test-containers

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 3962f73  Upgrade test-containers
3962f73 is described below

commit 3962f73fc4a4ebe648c3a7a76bb8fb4e1252d9b8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Apr 15 11:39:35 2021 +0200

    Upgrade test-containers
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 1fd2fb5..eb9c18d 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -548,7 +548,7 @@
     <swagger-java-version>1.6.2</swagger-java-version>
     <tagsoup-version>1.2.1</tagsoup-version>
     <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
-    <testcontainers-version>1.15.2</testcontainers-version>
+    <testcontainers-version>1.15.3</testcontainers-version>
     <tika-version>1.26</tika-version>
     <trimStackTrace>false</trimStackTrace>
     <twilio-version>7.55.3</twilio-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index e9a7be7..5d1108c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -537,7 +537,7 @@
         <stringtemplate-version>4.3</stringtemplate-version>
         <tagsoup-version>1.2.1</tagsoup-version>
         <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
-        <testcontainers-version>1.15.2</testcontainers-version>
+        <testcontainers-version>1.15.3</testcontainers-version>
         <tika-version>1.26</tika-version>
         <twilio-version>7.55.3</twilio-version>
         <twitter4j-version>4.0.7</twitter4j-version>