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/02/28 00:37:00 UTC

[cxf] branch master updated: Update to Jetty 9.4.38.v20210224 (#757)

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

reta 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 1ceb6d0  Update to Jetty 9.4.38.v20210224 (#757)
1ceb6d0 is described below

commit 1ceb6d0928a62d8c6b07fad0db25e92d2d4b273d
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Feb 27 19:36:46 2021 -0500

    Update to Jetty 9.4.38.v20210224 (#757)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1bc81c2..8b8b14b 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.36.v20210114</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.38.v20210224</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>