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

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 24073884e ZOOKEEPER-4510: dependency-check:check failing - 
reload4j-1.2.19.jar: CVE-2020-9493, CVE-2022-23307
24073884e is described below

commit 24073884e114c6d6a14d559dd74d219bc259792b
Author: Mohammad Arshad <[email protected]>
AuthorDate: Thu May 5 08:25:19 2022 +0200

    ZOOKEEPER-4510: dependency-check:check failing - reload4j-1.2.19.jar: 
CVE-2020-9493, CVE-2022-23307
    
    Upgraded dependency-check-maven plugin from 6.5.3 to 7.1.0
    
    Author: Mohammad Arshad <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Mate Szalay-Beko 
<[email protected]>, ZhangJian He <[email protected]>
    
    Closes #1872 from arshadmohammad/ZOOKEEPER-4510-upgrade
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8bfded44c..e0d5b1f9c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -891,7 +891,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>6.5.3</version>
+          <version>7.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to