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/ws-wss4j.git
The following commit(s) were added to refs/heads/2_3_x-fixes by this push:
new e6fb5dd Updating owasp plugin to 6.0.4
e6fb5dd is described below
commit e6fb5dd249631950a57d97291a8d327a68508c47
Author: Colm O hEigeartaigh <coheigea@apache.org>
AuthorDate: Mon Jan 4 10:35:00 2021 +0000
Updating owasp plugin to 6.0.4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2fcfea5..6420030 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,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.3.2</maven-owasp-plugin-version>
+ <maven-owasp-plugin-version>6.0.4</maven-owasp-plugin-version>
</properties>
<modules>
|