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 bf46e8c77 ZOOKEEPER-4721: Upgrade OWASP Dependency Check to 8.3.1
bf46e8c77 is described below

commit bf46e8c77d5b9896e524bc3d309101c51ac51cad
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 cbb102e73..a1527ff93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,7 +792,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