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 2021/09/30 07:58:53 UTC

[santuario-xml-security-java] branch master updated: Updating owasp to 6.3.2

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


The following commit(s) were added to refs/heads/master by this push:
     new 7094b99  Updating owasp to 6.3.2
7094b99 is described below

commit 7094b9935ba44b2fa104810f554cb9c8a012c6ff
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Sep 30 08:57:31 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 027fb90..8a436d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>1.8</targetJdk>
         <clirr.version>2.8</clirr.version>
-        <maven-owasp-plugin-version>6.3.1</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>6.3.2</maven-owasp-plugin-version>
 
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>