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 2020/03/06 20:09:41 UTC

[camel-kafka-connector] branch master updated: Upgrade test containers to the latest version

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

acosentino 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 13ed108  Upgrade test containers to the latest version
     new b0c4f8b  Merge pull request #100 from orpiske/upgrade-test-containers
13ed108 is described below

commit 13ed108e8f72c68a3f0c275e814376815374e48f
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Fri Mar 6 20:45:41 2020 +0100

    Upgrade test containers to the latest version
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 26bd2d8..7fcf5da 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -60,7 +60,7 @@
         <version.maven.jar>3.1.0</version.maven.jar>
         <version.maven.failsafe>2.22.2</version.maven.failsafe>
         <version.scala.library>2.12.4</version.scala.library>
-        <version.testcontainers>1.12.5</version.testcontainers>
+        <version.testcontainers>1.13.0</version.testcontainers>
         <version.qpid-jms-client>0.49.0</version.qpid-jms-client>
         <version.maven.maven-remote-resources-plugin>1.6.0</version.maven.maven-remote-resources-plugin>