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 2019/11/13 12:29:28 UTC

[cxf] 01/08: Update Jetty

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

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

commit 5f6c4497f03cbd8a59d0732c9ea329891ef38f49
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Tue Oct 29 11:37:42 2019 +0300

    Update Jetty
    
    (cherry picked from commit 589e321622b72ae57fab910d76b3e4fb0c160979)
    
    # Conflicts:
    #	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 3bb27df..6ad99b7 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.3.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.0.2.RELEASE</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.21.v20190926</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.22.v20191022</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.8</cxf.httpcomponents.client.version>
         <cxf.tika.version>1.22</cxf.tika.version>
     </properties>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8b2d384..4bac5a5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -146,7 +146,7 @@
         <cxf.jettison.version>1.4.0</cxf.jettison.version>
         <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
-        <cxf.jetty9.version>9.4.21.v20190926</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.22.v20191022</cxf.jetty9.version>
         <cxf.jexl.version>2.1.1</cxf.jexl.version>
         <cxf.joda.time.version>2.9.4</cxf.joda.time.version>
         <cxf.johnzon.version>1.1.13</cxf.johnzon.version>