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/06/14 07:22:05 UTC

[santuario-xml-security-java] branch master updated (e2a575c1 -> 0009d0ce)

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

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


    from e2a575c1 Fix test failure by fixing typo.
     new a84434bf Updating Woodstox to 6.2.8
     new a0c1730d Updating XML Unit to 2.9.0
     new 0b28afd6 Updating Jetty to 9.4.46.v20220331
     new 73c974b6 Updating BouncyCastle to 1.71
     new 0009d0ce Updating some plugins

The 5 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 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


[santuario-xml-security-java] 01/05: Updating Woodstox to 6.2.8

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

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

commit a84434bff9c75eab1a67b94c1041fece1a1e2bdc
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 14 07:46:20 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index e2a2ea44..e966116d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -529,7 +529,7 @@
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.8.2</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
-        <woodstox.core.version>6.2.6</woodstox.core.version>
+        <woodstox.core.version>6.2.8</woodstox.core.version>
         <jetty.version>9.4.45.v20220203</jetty.version>
         <xml.bind.api.version>3.0.1</xml.bind.api.version>
         <xml.bind.impl.version>3.0.2</xml.bind.impl.version>


[santuario-xml-security-java] 02/05: Updating XML Unit to 2.9.0

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

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

commit a0c1730d4aac36c39743bb3369d62f1d5d5d039e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 14 07:57:04 2022 +0100

    Updating XML Unit to 2.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e966116d..9083c97a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -527,7 +527,7 @@
         <log4j.version>2.17.2</log4j.version>
         <bcprov.version>1.70</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
-        <xmlunit.version>2.8.2</xmlunit.version>
+        <xmlunit.version>2.9.0</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
         <woodstox.core.version>6.2.8</woodstox.core.version>
         <jetty.version>9.4.45.v20220203</jetty.version>


[santuario-xml-security-java] 05/05: Updating some plugins

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

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

commit 0009d0ce89a1c6ca0463150b7b1e1c1487e9718c
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 14 08:21:54 2022 +0100

    Updating some plugins
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ef049d6..841ff085 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>3.2.2</version>
                 <executions>
                     <execution>
                         <phase>test-compile</phase>
@@ -304,7 +304,7 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.7</version>
+                <version>0.8.8</version>
                 <executions>
                     <execution>
                         <goals>
@@ -538,7 +538,7 @@
         <targetJdk>1.8</targetJdk>
         <maven.compiler.target>1.8</maven.compiler.target>
         <clirr.version>2.8</clirr.version>
-        <maven-owasp-plugin-version>6.3.2</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>6.5.2</maven-owasp-plugin-version>
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>
         <project.build.outputTimestamp>2022-04-28T06:42:37Z</project.build.outputTimestamp>


[santuario-xml-security-java] 04/05: Updating BouncyCastle to 1.71

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

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

commit 73c974b659683164a80c763fc5e9efad4c1f7cf0
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 14 08:08:23 2022 +0100

    Updating BouncyCastle to 1.71
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 165a312a..5ef049d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -525,7 +525,7 @@
         <xalan.version>2.7.2</xalan.version>
         <junit.version>5.8.0</junit.version>
         <log4j.version>2.17.2</log4j.version>
-        <bcprov.version>1.70</bcprov.version>
+        <bcprov.version>1.71</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.9.0</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
@@ -632,7 +632,7 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
             <version>${bcprov.version}</version>
             <scope>test</scope>
         </dependency>


[santuario-xml-security-java] 03/05: Updating Jetty to 9.4.46.v20220331

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

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

commit 0b28afd6266afd5844b81d61ec68048b9701dbe9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 14 07:58:26 2022 +0100

    Updating Jetty to 9.4.46.v20220331
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9083c97a..165a312a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -530,7 +530,7 @@
         <xmlunit.version>2.9.0</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
         <woodstox.core.version>6.2.8</woodstox.core.version>
-        <jetty.version>9.4.45.v20220203</jetty.version>
+        <jetty.version>9.4.46.v20220331</jetty.version>
         <xml.bind.api.version>3.0.1</xml.bind.api.version>
         <xml.bind.impl.version>3.0.2</xml.bind.impl.version>
         <xmlsec.jaxb.context.class />