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 2020/11/18 20:24:38 UTC

[tomee] branch master updated: TOMEE-2928 Tomcat dependency upgrade to 9.0.40

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 eb29284  TOMEE-2928 Tomcat dependency upgrade to 9.0.40
eb29284 is described below

commit eb2928435685d3e5fb184d0aa945efbfe06f26a4
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Nov 18 21:24:23 2020 +0100

    TOMEE-2928 Tomcat dependency upgrade to 9.0.40
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 57a4393..d4eeacf 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.39</tomcat.version>
+    <tomcat.version>9.0.40</tomcat.version>
 
     <cxf.version>3.3.8</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>