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:50:59 UTC

[santuario-xml-security-java] branch 2.2.x-fixes updated (e9a76803 -> 287f8fac)

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

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


    from e9a76803 Updating Woodstox to 5.4.0
     new 97d6d9a9 Updating to Xalan 2.7.3 (#183)
     new 287f8fac Fixup

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)


[santuario-xml-security-java] 01/02: Updating to Xalan 2.7.3 (#183)

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 97d6d9a98fd5bc09917d674bc90e1abc04654faa
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 0ae3b3bd..a5113b23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,7 +524,7 @@
     <properties>
         <xml.apis.version>1.4.01</xml.apis.version>
         <slf4j.version>1.7.36</slf4j.version>
-        <xalan.version>2.7.2</xalan.version>
+        <xalan.version>2.7.3</xalan.version>
         <xerces.version>2.12.2</xerces.version>
         <junit.version>5.5.1</junit.version>
         <bcprov.version>1.70</bcprov.version>
@@ -631,6 +631,12 @@
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>serializer</artifactId>
+            <version>${xalan.version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15on</artifactId>


[santuario-xml-security-java] 02/02: Fixup

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 287f8fac08cc542c00c1bc3ab6a390e284488379
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jun 22 10:50:48 2023 +0100

    Fixup
---
 pom.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index a5113b23..2c89489c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -617,6 +617,13 @@
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>serializer</artifactId>
+            <version>${xalan.version}</version>
+            <scope>provided</scope>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
@@ -631,12 +638,6 @@
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>serializer</artifactId>
-            <version>${xalan.version}</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15on</artifactId>