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 c25ce8ff OMID-303 Update OWASP plugin to 12.1.0 (#182)
c25ce8ff is described below
commit c25ce8ffdabe11c76a87e81eb6e424ae6ee13bff
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Mar 19 10:51:40 2025 +0100
OMID-303 Update OWASP plugin to 12.1.0 (#182)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 830c6aea..9dff7aa2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
<maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version>
<maven-findbugs-maven-plugin.version>3.0.5</maven-findbugs-maven-plugin.version>
- <maven-owasp-plugin.version>10.0.2</maven-owasp-plugin.version>
+ <maven-owasp-plugin.version>12.1.0</maven-owasp-plugin.version>
<restrict-imports.enforcer.version>2.4.0</restrict-imports.enforcer.version>
<!-- Code coverage properties -->
@@ -735,6 +735,7 @@
</profile>
<profile>
+ <!-- The dependency-check-maven plugin requires Java 11+ -->
<id>owasp-dependency-check</id>
<build>
<plugins>