You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2020/06/10 08:59:55 UTC

[ws-wss4j] branch master updated (69541ed -> 6f85d7a)

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/ws-wss4j.git.


    from 69541ed  Removing destroy calls for private keys
     new 012a8d8  Updating owasp plugin
     new b24e4d3  Updating XMLUnit to 2.7.0
     new 6f85d7a  Updating SLF4J to 1.7.30

The 3 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:
 parent/pom.xml | 4 ++--
 pom.xml        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[ws-wss4j] 03/03: Updating SLF4J to 1.7.30

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/ws-wss4j.git

commit 6f85d7af739a219474f3f0ab2334184aa439df3b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jun 10 09:59:32 2020 +0100

    Updating SLF4J to 1.7.30
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ca58648..2f0e859 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -43,7 +43,7 @@
         <kerby.version>2.0.1</kerby.version>
         <neethi.version>3.1.1</neethi.version>
         <opensaml.version>3.4.5</opensaml.version>
-        <slf4j.version>1.7.29</slf4j.version>
+        <slf4j.version>1.7.30</slf4j.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
         <xalan.version>2.7.2</xalan.version>
         <xz.version>1.8</xz.version>


[ws-wss4j] 01/03: Updating owasp plugin

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/ws-wss4j.git

commit 012a8d85d8206d2dffcc0574fc3d1438bbc60c29
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jun 10 09:46:59 2020 +0100

    Updating owasp plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fb40455..853d2d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>1.8</targetJdk>
         <buildtools.dir>${basedir}/build-tools</buildtools.dir>
-        <maven-owasp-plugin-version>5.2.4</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>5.3.2</maven-owasp-plugin-version>
     </properties>
 
     <modules>


[ws-wss4j] 02/03: Updating XMLUnit to 2.7.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/ws-wss4j.git

commit b24e4d37f851a8c8d344061d60112c95d62acde2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jun 10 09:52:05 2020 +0100

    Updating XMLUnit to 2.7.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c35df71..ca58648 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -48,7 +48,7 @@
         <xalan.version>2.7.2</xalan.version>
         <xz.version>1.8</xz.version>
         <xmlsec.version>2.2.0</xmlsec.version>
-        <xmlunit.version>2.6.3</xmlunit.version>
+        <xmlunit.version>2.7.0</xmlunit.version>
         
         <!-- OSGi related properties -->
         <wss4j.osgi.import />