You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/05/17 09:50:59 UTC

[tomee] branch tomee-8.x updated: TOMEE-3961 - Upgrade to Apache Tomcat 9.0.63

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

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


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new feb0f217f9 TOMEE-3961 - Upgrade to Apache Tomcat 9.0.63
feb0f217f9 is described below

commit feb0f217f9d49ff0be8613454e7727f4adee4f2a
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Tue May 17 11:50:48 2022 +0200

    TOMEE-3961 - Upgrade to Apache Tomcat 9.0.63
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7bc8d4ce09..7b38915b58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>9.0.62</tomcat.version>
+    <tomcat.version>9.0.63</tomcat.version>
 
     <cxf.version>3.4.5</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>