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 9974ea9179e841affdb2f68784e62807dd0a99e3 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 2 11:51:52 2020 +0100 Align dependencies to camel master: Undertow version to 2.0.29.Final --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 576023f..664f481 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ <surefire.version>${maven-surefire-plugin-version}</surefire.version> <testcontainers-version>1.12.3</testcontainers-version> <tomcat-version>9.0.30</tomcat-version> - <undertow-version>2.0.28.Final</undertow-version> + <undertow-version>2.0.29.Final</undertow-version> <weld3-version>3.0.5.RELEASE</weld3-version> </properties>
