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

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


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

commit f3436f69d7e8a5f40d278761aa88d52d842fa4e6
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 4f645cf75..16c67dd30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -756,7 +756,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