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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 42ebbc8  ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0
42ebbc8 is described below

commit 42ebbc8aca7ee8f5cae0c1e57c874996b00602c8
Author: Patrick Hunt <[email protected]>
AuthorDate: Thu Jan 23 16:50:58 2020 +0100

    ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0
    
    Upgrade to the latest version of maven dependency checker.
    
    Change-Id: I5ac9c77bb02f54784ff3ed4bb668fe38fd88ee11
    
    Author: Patrick Hunt <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>
    
    Closes #1231 from phunt/ZOOKEEPER-3704
    
    (cherry picked from commit 1fbaa26d6827263b2e9e8c18d8699f4bf799eda3)
    Signed-off-by: Enrico Olivelli <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b14b86..103f3bb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -555,7 +555,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>5.2.4</version>
+          <version>5.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to