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/06/22 09:03:29 UTC

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

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

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

commit 9d25ddaa9037065f75cbf01a2e916442491f2441
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jun 22 10:03:12 2023 +0100

    Updating to Xalan 2.7.3
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df41ddc6..032ec18c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
         <junit.version>5.9.3</junit.version>
         <log4j.version>2.20.0</log4j.version>
         <slf4j.version>1.7.36</slf4j.version>
-        <xalan.version>2.7.2</xalan.version>
+        <xalan.version>2.7.3</xalan.version>
         <xmlunit.version>2.9.1</xmlunit.version>
         <xml.bind.api.version>3.0.1</xml.bind.api.version>
         <xml.bind.impl.version>3.0.2</xml.bind.impl.version>
@@ -214,6 +214,12 @@
             <version>${xalan.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>serializer</artifactId>
+            <version>${xalan.version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.glassfish.jaxb</groupId>
             <artifactId>jaxb-runtime</artifactId>