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:42:09 UTC

[santuario-xml-security-java] branch 2.3.x-fixes updated: Updating to Xalan 2.7.3 (#183)

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

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


The following commit(s) were added to refs/heads/2.3.x-fixes by this push:
     new 9ad04b3f Updating to Xalan 2.7.3 (#183)
9ad04b3f is described below

commit 9ad04b3fee991987888f6e9de1df58780fe20ed5
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Thu Jun 22 10:26:43 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index aa7f822f..60e65063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,7 +541,7 @@
 
     <properties>
         <slf4j.version>1.7.36</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.19.0</log4j.version>
         <bcprov.version>1.72</bcprov.version>
@@ -641,6 +641,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.bouncycastle</groupId>
             <artifactId>bcprov-jdk18on</artifactId>