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 49e614c76567a50aac8ce1a55ad9b80eefb7510f Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Mar 19 11:02:47 2020 +0100 Dependency alignment with Camel master: Undertow to version 2.0.30.Final --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5935f8..c19daab 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ <surefire.version>${maven-surefire-plugin-version}</surefire.version> <testcontainers-version>1.13.0</testcontainers-version> <tomcat-version>9.0.31</tomcat-version> - <undertow-version>2.0.29.Final</undertow-version> + <undertow-version>2.0.30.Final</undertow-version> <weld3-version>3.0.5.RELEASE</weld3-version> </properties>
