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 11:50:01 UTC

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


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

commit 5c2844567b6928c6dd03b8725860ae146dc5024b
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jan 31 08:09:56 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 6152f8a..57d13ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
     <jacoco.instruction.coverage.percentage>0.700</jacoco.instruction.coverage.percentage>
     <jacoco.branch.coverage.percentage>0.600</jacoco.branch.coverage.percentage>
 
-    <maven-owasp-plugin.version>6.3.1</maven-owasp-plugin.version>
+    <maven-owasp-plugin.version>6.5.3</maven-owasp-plugin.version>
     <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
     <os.maven.version>1.5.0.Final</os.maven.version>
   </properties>