You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2021/01/29 18:14:28 UTC

[cxf] branch 3.4.x-fixes updated: [CXF-8417]upgrade to undertow 2.2.3

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

ffang 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 22df51a  [CXF-8417]upgrade to undertow 2.2.3
22df51a is described below

commit 22df51a8d75e3807e4765efd89cb5e5b76b3ef7e
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Fri Jan 29 13:12:55 2021 -0500

    [CXF-8417]upgrade to undertow 2.2.3
    
    (cherry picked from commit 8e806af40e46999c9099a1e98511debea3c8f231)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 509e985..085e4f4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -210,7 +210,7 @@
         <cxf.tomitribe.http.signature.version>1.3</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
         <cxf.undertow.xnio.osgi.version>[3.3,4.0)</cxf.undertow.xnio.osgi.version>
-        <cxf.undertow.version>2.1.3.Final</cxf.undertow.version>
+        <cxf.undertow.version>2.2.3.Final</cxf.undertow.version>
         <!-- the Export-Package is the same as the Maven artifact
              version (with the Final), but we don't want an import package with a version
              with a qualifier. We do want a range. -->