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

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

commit 2c36f60c16c9b7929fab281d920c8be48893215a
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Dec 14 11:09:44 2023 -0500

    Update Apache Tomcat to 10.1.17
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 services/wsn/wsn-core/pom.xml                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index 5194e37777..ee7c459aab 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -38,7 +38,7 @@
         
<cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>5.10.3</cxf.swagger.ui.version>
         <cxf.tika.version>2.7.0</cxf.tika.version>
-        <cxf.tomcat.version>10.1.16</cxf.tomcat.version>
+        <cxf.tomcat.version>10.1.17</cxf.tomcat.version>
         <cxf.jboss.weld.version>4.0.3.Final</cxf.jboss.weld.version>
         <cxf.gson.version>2.10.1</cxf.gson.version>
         <cxf.lucene.version>9.9.0</cxf.lucene.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3b3f0b4e0a..97ee6abe10 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -220,7 +220,7 @@
         <cxf.swagger.ui.version>5.10.3</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.19</cxf.swagger.v3.version>
         <cxf.tika.version>2.7.0</cxf.tika.version>
-        <cxf.tomcat.version>10.1.16</cxf.tomcat.version>
+        <cxf.tomcat.version>10.1.17</cxf.tomcat.version>
         
<cxf.tomitribe.http.signature.version>1.8</cxf.tomitribe.http.signature.version>
         <cxf.undertow.version>2.2.20.Final</cxf.undertow.version>
 
diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml
index 81282af413..10007ba0f7 100644
--- a/services/wsn/wsn-core/pom.xml
+++ b/services/wsn/wsn-core/pom.xml
@@ -103,7 +103,7 @@
         <dependency>
             <groupId>com.sun.xml.ws</groupId>
             <artifactId>jaxws-rt</artifactId>
-            <version>3.0.2</version>
+            <version>4.0.2</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>

Reply via email to