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:37:20 UTC

[phoenix-queryserver] 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-queryserver.git


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

commit 0b91085d3cde7d7be9af0a0a81e507deecf5de1a
Author: Istvan Toth <st...@cloudera.com>
AuthorDate: Mon Jan 31 08:18:34 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 20c5611..8c02ff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
         <maven-build-helper-plugin.version>1.9.1</maven-build-helper-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>
         <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
 
         <!-- Plugin options -->