This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push:
new ff32834bcf PHOENIX-7362 Update owasp plugin to 10.0.2
ff32834bcf is described below
commit ff32834bcf2bf9ff931bcf8c44e1a5c7b8982f75
Author: Villő Szűcs <[email protected]>
AuthorDate: Fri Sep 13 14:52:29 2024 +0200
PHOENIX-7362 Update owasp plugin to 10.0.2
Change-Id: I1ee13dd64599d47b268f0f0602f4e95b0d6652f8
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eae3fe6b6e..69973ef867 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
<findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
- <maven-owasp-plugin.version>8.4.0</maven-owasp-plugin.version>
+ <maven-owasp-plugin.version>10.0.2</maven-owasp-plugin.version>
<os.maven.version>1.7.1</os.maven.version>
<jasmine-maven-plugin.version>2.2</jasmine-maven-plugin.version>
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>