You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/02/12 15:57:11 UTC

[camel-kafka-connector] branch master updated: Bump Testcontainers to version 1.15.2

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

orpiske pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new adfda48  Bump Testcontainers to version 1.15.2
adfda48 is described below

commit adfda48cc79b74f1b0113c4141860857514af3df
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 11 20:39:21 2021 +0100

    Bump Testcontainers to version 1.15.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6b89f10..7e7b10b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -55,7 +55,7 @@
         <version.maven.surefire.plugin>3.0.0-M4</version.maven.surefire.plugin>
 
         <!-- Note: we are deliberately overriding this one due to GH issue #990 -->
-        <testcontainers-version>1.15.1</testcontainers-version>
+        <testcontainers-version>1.15.2</testcontainers-version>
 
 
         <mycila-license-version>3.0</mycila-license-version>