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.git
commit f6b2fff7f9fb95985b7e28a14ab138dfe05ab82b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 14 17:02:43 2020 +0200 Upgrade Testcontainers to version 1.14.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5a45b3..5173283 100644 --- a/pom.xml +++ b/pom.xml @@ -173,7 +173,7 @@ <spring-cloud-netflix-version>2.2.2.RELEASE</spring-cloud-netflix-version> <spring-cloud-zookeeper-version>2.2.1.RELEASE</spring-cloud-zookeeper-version> <surefire.version>${maven-surefire-plugin-version}</surefire.version> - <testcontainers-version>1.13.0</testcontainers-version> + <testcontainers-version>1.14.0</testcontainers-version> <tomcat-version>9.0.31</tomcat-version> <undertow-version>2.0.30.Final</undertow-version> <weld3-version>3.0.5.Final</weld3-version>