This is an automated email from the ASF dual-hosted git repository.
coheigea 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 8c67eee Updating undertow to 2.2.5
8c67eee is described below
commit 8c67eee0538975d0ecfa9b9719824d15cf296625
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Mar 15 10:50:07 2021 +0000
Updating undertow to 2.2.5
(cherry picked from commit e8cd90df3cda0e549e483a5d7d59566560bffda1)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index ac367e7..84db902 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.2.3.Final</cxf.undertow.version>
+ <cxf.undertow.version>2.2.5.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. -->