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 38766491a ZOOKEEPER-4960: Upgrade OWASP plugin to 12.1.3 due to recent 
parsing errors
38766491a is described below

commit 38766491ad46ba314e787e02b4e1a2d263bd5bd3
Author: Andor Molnár <an...@apache.org>
AuthorDate: Sun Aug 17 08:00:44 2025 -0500

    ZOOKEEPER-4960: Upgrade OWASP plugin to 12.1.3 due to recent parsing errors
    
    Reviewers: ctubbsii, kezhuw
    Author: anmolnar
    Closes #2297 from anmolnar/ZOOKEEPER-4960
    
    (cherry picked from commit 178076a979cc8218c919f320a90b6cd4188b907f)
    Signed-off-by: Andor Molnar <an...@cloudera.com>
---
 Jenkinsfile-owasp | 2 +-
 pom.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile-owasp b/Jenkinsfile-owasp
index 03ba497ac..2831dd4d6 100644
--- a/Jenkinsfile-owasp
+++ b/Jenkinsfile-owasp
@@ -29,7 +29,7 @@ pipeline {
 
     tools {
         maven "maven_latest"
-        jdk "jdk_1.8_latest"
+        jdk "jdk_11_latest"
     }
 
     stages {
diff --git a/pom.xml b/pom.xml
index 715f86b7b..5516c125c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -883,7 +883,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>8.3.1</version>
+          <version>12.1.3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to