You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/01/20 02:22:53 UTC

[cxf] branch 3.4.x-fixes updated: Update to Jetty 9.4.36.v20210114

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

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new fec3918  Update to Jetty 9.4.36.v20210114
fec3918 is described below

commit fec391845df1a16a22a52e71388ea7f32276ad4c
Author: reta <dr...@gmail.com>
AuthorDate: Tue Jan 19 19:44:53 2021 -0500

    Update to Jetty 9.4.36.v20210114
    
    (cherry picked from commit 507719b5f70a2fba0a83b2f260fd588ffe546200)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2ae0730..9efbdcc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -148,7 +148,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.35.v20201120</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.36.v20210114</cxf.jetty9.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
         <cxf.jexl.version>3.1</cxf.jexl.version>
         <cxf.joda.time.version>2.9.4</cxf.joda.time.version>