You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/12 11:56:11 UTC

[camel-spring-boot] branch master updated: Upgrade Tomcat to version 9.0.31

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


The following commit(s) were added to refs/heads/master by this push:
     new 8162aef  Upgrade Tomcat to version 9.0.31
8162aef is described below

commit 8162aef0f2a34d8a75959d59a16b7468c2113baf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 12 12:49:03 2020 +0100

    Upgrade Tomcat to version 9.0.31
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a13bf81..a98a350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
         <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>
-        <tomcat-version>9.0.30</tomcat-version>
+        <tomcat-version>9.0.31</tomcat-version>
         <undertow-version>2.0.29.Final</undertow-version>
         <weld3-version>3.0.5.RELEASE</weld3-version>
     </properties>