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/05/20 11:24:50 UTC

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

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 2489317632 Updating Tomcat to 9.0.63
2489317632 is described below

commit 2489317632df9331325d5d5bdcd3ab6c5b101722
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri May 20 09:06:03 2022 +0100

    Updating Tomcat to 9.0.63
    
    (cherry picked from commit 9a8e035b9d91d788aa17002a77421d4cb8c2c1ad)
    (cherry picked from commit e706671c28d72d4ba00685934e474bb064a8d40e)
---
 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 d416ccc2a6..39dcadb151 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.8.1</cxf.swagger.ui.version>
         <cxf.tika.version>1.28.2</cxf.tika.version>
-        <cxf.tomcat.version>9.0.62</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.63</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index c254aa1e98..d17767b4b0 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.2</cxf.tika.version>
-        <cxf.tomcat.version>9.0.62</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.63</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.8</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>