You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/08/09 13:21:10 UTC

[cxf] branch 3.4.x-fixes updated: Updating Tomcat to 9.0.52

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

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new de2d8d0  Updating Tomcat to 9.0.52
de2d8d0 is described below

commit de2d8d04080273f892a17774031013c35319b78d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Aug 9 14:20:34 2021 +0100

    Updating Tomcat to 9.0.52
    
    (cherry picked from commit 3bfb8ba09520d27763dd54cdc4b9f9562b00b448)
---
 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 3424dd8..a6ef25e 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -36,7 +36,7 @@
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.38.0</cxf.swagger.ui.version>
         <cxf.tika.version>1.27</cxf.tika.version>
-        <cxf.tomcat.version>9.0.50</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.52</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index 49727e3..61cd4ad 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -207,7 +207,7 @@
         <cxf.swagger2.version>1.6.2</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>
         <cxf.tika.version>1.27</cxf.tika.version>
-        <cxf.tomcat.version>9.0.50</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.52</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>