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 5cf1edacd71df17d94e026001266fe534cdf1787 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 2 11:55:39 2020 +0100 Align dependencies to camel master: Testcontainers version to 1.12.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 664f481..d560ea5 100644 --- a/pom.xml +++ b/pom.xml @@ -173,7 +173,7 @@ <spring-cloud-netflix-version>2.2.1.RELEASE</spring-cloud-netflix-version> <spring-cloud-zookeeper-version>2.2.0.RELEASE</spring-cloud-zookeeper-version> <surefire.version>${maven-surefire-plugin-version}</surefire.version> - <testcontainers-version>1.12.3</testcontainers-version> + <testcontainers-version>1.12.5</testcontainers-version> <tomcat-version>9.0.30</tomcat-version> <undertow-version>2.0.29.Final</undertow-version> <weld3-version>3.0.5.RELEASE</weld3-version>
