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 2021/04/08 12:55:18 UTC

[tomee] branch master updated: TOMEE-2998 - Update Tomcat to 9.0.45

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

rzo1 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 8427c46  TOMEE-2998 - Update Tomcat to 9.0.45
8427c46 is described below

commit 8427c462043798dea1a8c12d383eb47bf5bb4617
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Thu Apr 8 14:55:04 2021 +0200

    TOMEE-2998 - Update Tomcat to 9.0.45
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index edbca52..6596e8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>9.0.44</tomcat.version>
+    <tomcat.version>9.0.45</tomcat.version>
 
     <cxf.version>3.4.3</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>