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:35:38 UTC

[phoenix-connectors] branch master updated: PHOENIX-6591 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-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 72496e5  PHOENIX-6591 Update OWASP plugin to latest
72496e5 is described below

commit 72496e57b6a5bb03c66af535b4b8625f0c7a793c
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jan 31 08:52:15 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 0ef5459..1c9267f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
     <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
     <spotbugs-maven-plugin.version>4.1.3</spotbugs-maven-plugin.version>
     <spotbugs.version>4.1.3</spotbugs.version>
-    <maven-owasp-plugin.version>5.3.2</maven-owasp-plugin.version>
+    <maven-owasp-plugin.version>6.5.3</maven-owasp-plugin.version>
 
     <!-- Plugin options -->
     <numForkedUT>8</numForkedUT>