You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/01/22 12:15:16 UTC

[cxf] branch master updated: upgrade to jetty 9.4.26.v20200117 (#627)

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

buhhunyx 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 a9eb350  upgrade to jetty 9.4.26.v20200117 (#627)
a9eb350 is described below

commit a9eb350f7cc28347ffeb7a8af44ba661531429f1
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Jan 22 15:15:06 2020 +0300

    upgrade to jetty 9.4.26.v20200117 (#627)
---
 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 0fa9c3d..c96c639 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.2.3.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.1.RELEASE</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.25.v20191220</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.26.v20200117</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.8</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.24.3</cxf.swagger.ui.version>
         <cxf.tika.version>1.23</cxf.tika.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index ed1fb13..ea67e73 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -149,7 +149,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.25.v20191220</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.26.v20200117</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.1.13</cxf.johnzon.version>