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 88d6980 Override Camel's testcontainer version and upgrade to 1.15.1 due to GH issue #990 88d6980 is described below commit 88d69807aac2f97895fbbed93d230a388e81e011 Author: Otavio Rodolfo Piske <opi...@redhat.com> AuthorDate: Tue Feb 9 11:36:22 2021 +0100 Override Camel's testcontainer version and upgrade to 1.15.1 due to GH issue #990 --- parent/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index ba8293f..6b89f10 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -54,6 +54,9 @@ <version.maven.checkstyle.plugin>3.1.0</version.maven.checkstyle.plugin> <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> + <mycila-license-version>3.0</mycila-license-version> <gmavenplus-plugin-version>1.9.0</gmavenplus-plugin-version>