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 15:29:09 UTC

[camel-examples] 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-examples.git


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

commit a171d518bb88bb14b816188f25b52a80591afed8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 12 16:28:50 2020 +0100

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

diff --git a/examples/pom.xml b/examples/pom.xml
index 998444b..fda0b65 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -259,7 +259,7 @@
         <spring5-version>5.2.4.RELEASE</spring5-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <tinybundles-version>2.1.1</tinybundles-version>
-        <tomcat-version>9.0.30</tomcat-version>
+        <tomcat-version>9.0.31</tomcat-version>
         <weld3-version>3.0.5.Final</weld3-version>
         <wsdl4j-version>1.6.3</wsdl4j-version>
         <woodstox-version>6.0.3</woodstox-version>