You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2022/01/31 09:29:49 UTC

[phoenix-omid] branch master updated: OMID-218 Update OWASP plugin to latest

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b7fc46  OMID-218 Update OWASP plugin to latest
1b7fc46 is described below

commit 1b7fc4687d14b2e1dbd29001829aa932c21117c4
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jan 31 09:05:23 2022 +0100

    OMID-218 Update OWASP plugin to latest
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 169df98..bece349 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
         <maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
         <maven-jxr-plugin.version>2.3</maven-jxr-plugin.version>
         <maven-findbugs-maven-plugin.version>3.0.1</maven-findbugs-maven-plugin.version>
-        <maven-owasp-plugin.version>5.3.2</maven-owasp-plugin.version>
+        <maven-owasp-plugin.version>6.5.3</maven-owasp-plugin.version>
 
         <!-- Licensing properties (for license-maven-plugins) -->
         <license.header>misc/header.txt</license.header>