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 2021/02/23 11:09:51 UTC

[cxf] 01/03: Update Jetty to 9.4.37.v20210219

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

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

commit 20b85e83bd03a9d8c6fac32e1fbf3eb35e52d22e
Author: reta <dr...@gmail.com>
AuthorDate: Mon Feb 22 20:31:44 2021 -0500

    Update Jetty to 9.4.37.v20210219
    
    (cherry picked from commit da8b11585ed2eca131a8c12bcad3e838f3f4434d)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 30b1cc9..4a161d4 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.37.v20210219</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>