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
commit 35b236399f20273c721d3d9530a265f35bf22d08 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Fri Jan 29 08:59:10 2021 +0000 Updating Xerces to 2.12.1 (cherry picked from commit 2e40901a21045f048360a574fe87457b61ea05ec) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 2f4067f..77a85e8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -223,7 +223,7 @@ <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version> <cxf.wss4j.version>2.3.1</cxf.wss4j.version> <cxf.xalan.version>2.7.2</cxf.xalan.version> - <cxf.xerces.version>2.12.0</cxf.xerces.version> + <cxf.xerces.version>2.12.1</cxf.xerces.version> <cxf.xmlschema.version>2.2.5</cxf.xmlschema.version> <cxf.zest.version>2.1</cxf.zest.version>
