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
commit e1605ad158426901c24464ac7367a066c65a2afd Author: Andriy Redko <[email protected]> AuthorDate: Tue Jul 5 09:54:59 2022 -0400 Update Undertow to 2.2.18.Final (cherry picked from commit b6e3ab83a37cfb777d6eebf9711e552027bde37a) # Conflicts: # parent/pom.xml (cherry picked from commit 43cfb702cae5b90c93cabe769854df2b284e1879) (cherry picked from commit d15c6a76efe761066a918a3352ca1fdc32560db5) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 6224c8badb..2d0ee1b79e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -220,7 +220,7 @@ <cxf.tomitribe.http.signature.version>1.8</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.2.12.Final</cxf.undertow.version> + <cxf.undertow.version>2.2.18.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. -->
