This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.1.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 59e2b4f7a6867525d35389f5508d7878ff14b151 Author: Andriy Redko <[email protected]> AuthorDate: Fri Jan 23 10:49:30 2026 -0500 Update Undertow to 2.3.22.Final --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 9ef297d146..5ace7a8da9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -223,7 +223,7 @@ <cxf.tika.version>3.2.3</cxf.tika.version> <cxf.tomcat.version>10.1.50</cxf.tomcat.version> <cxf.tomitribe.http.signature.version>1.8</cxf.tomitribe.http.signature.version> - <cxf.undertow.version>2.3.21.Final</cxf.undertow.version> + <cxf.undertow.version>2.3.22.Final</cxf.undertow.version> <cxf.yasson.version>3.0.4</cxf.yasson.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
