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 2020/11/03 15:22:00 UTC

[cxf] branch master updated: Update to latest jetty

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f355b9b  Update to latest jetty
f355b9b is described below

commit f355b9b3ec8b6f77198baefa051bd817807e5a94
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Nov 3 09:36:43 2020 -0500

    Update to latest jetty
---
 distribution/src/main/release/samples/pom.xml | 4 ++--
 parent/pom.xml                                | 2 +-
 2 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 f70c65f..db14172 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -32,8 +32,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <spring.boot.version>2.3.5.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.3.RELEASE</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.31.v20200723</cxf.jetty9.version>
-        <cxf.httpcomponents.client.version>4.5.12</cxf.httpcomponents.client.version>
+        <cxf.jetty9.version>9.4.33.v20201020</cxf.jetty9.version>
+        <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.32.1</cxf.swagger.ui.version>
         <cxf.tika.version>1.24.1</cxf.tika.version>
         <cxf.tomcat.version>9.0.39</cxf.tomcat.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 79a9484..9373d38 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -148,8 +148,8 @@
         <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.33.v20201020</cxf.jetty9.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
-        <cxf.jetty9.version>9.4.32.v20200930</cxf.jetty9.version>
         <cxf.jexl.version>3.1</cxf.jexl.version>
         <cxf.joda.time.version>2.9.4</cxf.joda.time.version>
         <cxf.johnzon.version>1.2.8</cxf.johnzon.version>