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/cxf.git
commit 58aa102b07f510cd6dd265ba2fcc35709ef7466b
Author: Colm O hEigeartaigh <coheigea@apache.org>
AuthorDate: Mon Nov 2 07:07:35 2020 +0000
Updating owasp plugin to 6.0.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0cd3c7e..fca4ba3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<cxf.jdk.version>1.8</cxf.jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url>
- <maven-owasp-plugin-version>5.3.2</maven-owasp-plugin-version>
+ <maven-owasp-plugin-version>6.0.2</maven-owasp-plugin-version>
</properties>
<distributionManagement>
<repository>
|