You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2022/02/24 18:52:02 UTC

[cxf] 11/15: Update Jetty to 9.4.45.v20220203 (#901)

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

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

commit f0da1215cb1db2d79543651a9c363b13802d842d
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Feb 7 19:05:43 2022 -0500

    Update Jetty to 9.4.45.v20220203 (#901)
    
    (cherry picked from commit b1d519a47641dee041303ac9d68b09e2acb4ffaf)
    (cherry picked from commit 469f06b67b716b30bb5f115639644d1284dbe4b1)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
    (cherry picked from commit 39e1d08afb73b57ea36157200c667f78034b65fd)
    
    # Conflicts:
    #	distribution/src/main/release/samples/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 084df01..ca2a0be 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -32,7 +32,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <spring.boot.version>2.1.18.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.0.2.RELEASE</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.45.v20220203</cxf.jetty9.version>
         <cxf.netty.version>4.1.73.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.52.1</cxf.swagger.ui.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 9e2c126..fd795e1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -146,7 +146,7 @@
         <cxf.jdom.version>1.0</cxf.jdom.version>
         <cxf.jettison.version>1.4.1</cxf.jettison.version>
         <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
-        <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.45.v20220203</cxf.jetty9.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
         <cxf.jexl.version>2.1.1</cxf.jexl.version>
         <cxf.joda.time.version>2.10.10</cxf.joda.time.version>