You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/01/21 02:23:19 UTC

[cxf] branch 3.5.x-fixes updated: Update Apache Tomcat to 9.0.58

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

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new b683d4e  Update Apache Tomcat to 9.0.58
b683d4e is described below

commit b683d4ee1194d8efeae8bef4050bf34abf82501e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Jan 20 20:44:23 2022 -0500

    Update Apache Tomcat to 9.0.58
    
    (cherry picked from commit 8c04dd224996c3ee9669a1f2b93672ab136b8cf8)
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index cf26536..f4e9418 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -37,7 +37,7 @@
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>4.1.2</cxf.swagger.ui.version>
         <cxf.tika.version>2.2.1</cxf.tika.version>
-        <cxf.tomcat.version>9.0.56</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.58</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index d80341f..1dfc168 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -212,7 +212,7 @@
         <cxf.swagger2.version>1.6.4</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>
         <cxf.tika.version>2.2.1</cxf.tika.version>
-        <cxf.tomcat.version>9.0.56</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.58</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.7</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
         <cxf.undertow.xnio.osgi.version>[3.3,4.0)</cxf.undertow.xnio.osgi.version>