This is an automated email from the ASF dual-hosted git repository.

andor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 51c4f2bf1 ZOOKEEPER-4984: Upgrade OWASP plugin to 12.1.6 due to 
breaking changes in the API
51c4f2bf1 is described below

commit 51c4f2bf1207d9eef2a67a27f6a05bdca567e90d
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 338921bd9..cfee80f54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -889,7 +889,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>

Reply via email to