You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/12/08 16:07:52 UTC

[tomee] branch master updated: TOMEE-3819 Apache Tomcat 9.0.56 dependency upgrade

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

jlmonteiro 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 418674f  TOMEE-3819 Apache Tomcat 9.0.56 dependency upgrade
418674f is described below

commit 418674f71c3b30b8c6ae3306ec510bec7beac4a0
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Dec 8 17:07:37 2021 +0100

    TOMEE-3819 Apache Tomcat 9.0.56 dependency upgrade
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 13481bc..1cce52d 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.55</tomcat.version>
+    <tomcat.version>9.0.56</tomcat.version>
 
     <cxf.version>3.4.5</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>