You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/06/25 13:51:07 UTC

[tomee] branch master updated: TOMEE-2547 update to Tomcat 9.0.21

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

jgallimore 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 3c0e995  TOMEE-2547 update to Tomcat 9.0.21
3c0e995 is described below

commit 3c0e995c726945f7b9c2a81dc85be39099770377
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Jun 25 12:58:44 2019 +0000

    TOMEE-2547 update to Tomcat 9.0.21
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 754839e..f57c072 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.20</tomcat.version>
+    <tomcat.version>9.0.21</tomcat.version>
 
     <cxf.version>3.3.1</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>