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

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


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

commit 5a0846c4c7e5e0beb6e9e32f91a737936ab87ba0
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 6f8914964..9d8db5f01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,7 +792,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