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 2022/03/15 09:13:28 UTC

[cxf] 01/02: Updating Tomcat to 9.0.60

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

commit 4ac0479a110dbe52b147fcb9203006ea650cce2b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Mar 15 09:03:33 2022 +0000

    Updating Tomcat to 9.0.60
    
    (cherry picked from commit dd6599bf4082b681c52f4f3879820fd15e300acd)
    (cherry picked from commit 25dbe8466e60e3d8df8d9aecb392fe5026875890)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
    #	parent/pom.xml
---
 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 315809e..b9e80a0 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.5.0</cxf.swagger.ui.version>
         <cxf.tika.version>1.28</cxf.tika.version>
-        <cxf.tomcat.version>9.0.59</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.60</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index d10dd4c..4b195ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -216,7 +216,7 @@
         <cxf.swagger2.guava.version>31.0.1-jre</cxf.swagger2.guava.version>
         <cxf.swagger2.guava.failureaccess.version>1.0.1</cxf.swagger2.guava.failureaccess.version>
         <cxf.tika.version>1.28</cxf.tika.version>
-        <cxf.tomcat.version>9.0.59</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.60</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>