You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2022/04/20 16:18:17 UTC

[santuario-xml-security-java] 02/03: Updating Xerces to 2.12.2

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 2.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git

commit f228a8edc5b60c3e6020d608b2ac98bae43dc87e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Apr 20 17:12:38 2022 +0100

    Updating Xerces to 2.12.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 127483fe..25be9c2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,8 +524,8 @@
         <xml.apis.version>1.4.01</xml.apis.version>
         <slf4j.version>1.7.36</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
-        <xerces.version>2.12.0</xerces.version>
         <junit.version>4.13.1</junit.version>
+        <xerces.version>2.12.2</xerces.version>
         <bcprov.version>1.70</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>1.6</xmlunit.version>