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

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


The following commit(s) were added to refs/heads/branch-3.9.0 by this push:
     new d7e43804b ZOOKEEPER-4721: Upgrade OWASP Dependency Check to 8.3.1
d7e43804b is described below

commit d7e43804b09526522e5bf6d7b530743dcaa168e0
Author: Andor Molnar <[email protected]>
AuthorDate: Tue Jul 18 15:34:22 2023 +0200

    ZOOKEEPER-4721: Upgrade OWASP Dependency Check to 8.3.1
    
    Author: Andor Molnar <[email protected]>
    
    Reviewers: [email protected]
    
    Closes #2035 from anmolnar/ZOOKEEPER-4721
    
    (cherry picked from commit 688c69c19dc64836e91dc9ae97aeaeaf462f0556)
    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 54cb1ca41..9f9711f43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -882,7 +882,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>7.1.0</version>
+          <version>8.3.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to