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/12/12 12:54:08 UTC

[tomee] branch tomee-7.1.x updated: Use Tomcat 8.5.50

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

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new afb06d5  Use Tomcat 8.5.50
afb06d5 is described below

commit afb06d533a9425be22862372f23b380b54d8ebb1
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Dec 11 10:30:09 2019 +0000

    Use Tomcat 8.5.50
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bdf1464..2cf5c57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>8.5.49</tomcat.version>
+    <tomcat.version>8.5.50</tomcat.version>
 
     <cxf.version>3.1.18</cxf.version>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>