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-spring-boot-examples.git
The following commit(s) were added to refs/heads/master by this push: new 5575868 Use the same testcontainers version as main camel 5575868 is described below commit 557586829ebdfa44e63278c8a8b2b6891d48e78f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 28 07:37:08 2020 +0200 Use the same testcontainers version as main camel --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aa75dd7..34a444a 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <fabric8-maven-plugin-version>4.4.1</fabric8-maven-plugin-version> <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version> <reactor-version>3.2.15.RELEASE</reactor-version> - <testcontainers-version>1.14.0</testcontainers-version> + <testcontainers-version>1.14.3</testcontainers-version> <tomcat-version>9.0.31</tomcat-version> </properties>