This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.9
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.9 by this push:
new 2d4d4eb3d ZOOKEEPER-4984: Upgrade OWASP plugin to 12.1.6 due to
breaking changes in the API
2d4d4eb3d is described below
commit 2d4d4eb3dcd9aa33d4703445dc8c1b4ade49b1b4
Author: Andor Molnár <[email protected]>
AuthorDate: Mon Oct 6 15:54:24 2025 -0500
ZOOKEEPER-4984: Upgrade OWASP plugin to 12.1.6 due to breaking changes in
the API
Reviewers: kezhuw
Author: anmolnar
Closes #2323 from anmolnar/ZOOKEEPER-4984
(cherry picked from commit 51c4f2bf1207d9eef2a67a27f6a05bdca567e90d)
Signed-off-by: Andor Molnar <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 820cedd12..5158b5553 100644
--- a/pom.xml
+++ b/pom.xml
@@ -883,7 +883,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>12.1.3</version>
+ <version>12.1.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>