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 2023/04/12 05:52:54 UTC

[santuario-xml-security-java] 01/01: Updating Xalan to 2.7.3

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

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

commit 53cdc648fa0206383fc44119dc15a7dbbc47aac8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Apr 12 06:52:15 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 1737d3f3..6bbd816d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,7 +511,7 @@
 
     <properties>
         <slf4j.version>2.0.7</slf4j.version>
-        <xalan.version>2.7.2</xalan.version>
+        <xalan.version>2.7.3</xalan.version>
         <junit.version>5.9.2</junit.version>
         <log4j.version>2.20.0</log4j.version>
         <bcprov.version>1.72</bcprov.version>