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/09/03 07:02:11 UTC

[tomee] branch main updated: TOMEE-4001 - Upgrade Tomcat to 10.0.23

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 28e9a390cd TOMEE-4001 - Upgrade Tomcat to 10.0.23
28e9a390cd is described below

commit 28e9a390cdb25970fe41471771f83316eacf35ac
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Sat Sep 3 09:02:04 2022 +0200

    TOMEE-4001 - Upgrade Tomcat to 10.0.23
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 875b11b4b6..6db4d1b7a4 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>10.0.22</tomcat.version>
+    <tomcat.version>10.0.23</tomcat.version>
 
     <cxf.version>3.5.0</cxf.version>
     <ehcache.version>3.10.0</ehcache.version>