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/02/23 08:15:22 UTC

[tomee] branch master updated: TOMEE-2971 - Updates Tomcat to 9.0.43 (was 9.0.41), changelog: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html

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 e65e2d7  TOMEE-2971 - Updates Tomcat to 9.0.43 (was 9.0.41), changelog: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
e65e2d7 is described below

commit e65e2d7dd0852105a3b70377d3c729dadb687ea3
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Tue Feb 23 09:15:07 2021 +0100

    TOMEE-2971 - Updates Tomcat to 9.0.43 (was 9.0.41), changelog: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35d2e8b..0cad5ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>9.0.41</tomcat.version>
+    <tomcat.version>9.0.43</tomcat.version>
 
     <cxf.version>3.3.8</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>