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 6c62112a6d2b7534125da6fb22ed5c87c5bf8417 Author: Andriy Redko <[email protected]> AuthorDate: Thu Oct 7 21:08:13 2021 -0400 Update Undertow to 2.2.12.Final (cherry picked from commit 4edb469e8d7261352954d1205b913ae3adcf92fc) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index a1bb1d6..c451aea 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -211,7 +211,7 @@ <cxf.tomitribe.http.signature.version>1.7</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.5.Final</cxf.undertow.version> + <cxf.undertow.version>2.2.12.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. -->
