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:13:14 UTC

[cxf] branch master 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 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 8e806af  [CXF-8417]upgrade to undertow 2.2.3
8e806af is described below

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

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 53cbd22..ee6b488 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -211,7 +211,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. -->