You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/20 13:16:27 UTC

[tomee] branch master updated: Upgrade Tomcat to latest available version

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


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

commit ddcad073b5c221ef06b6e1692ef0e46ef04c7e43
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Aug 20 15:16:18 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index dcc3874..0f284f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>9.0.22</tomcat.version>
+    <tomcat.version>9.0.24</tomcat.version>
 
     <cxf.version>3.3.2</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>