You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2020/01/23 15:51:16 UTC

[zookeeper] branch branch-3.6 updated: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0

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

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


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

commit 56a6a034c71bdee3d822cf35ebbfb0ec6f8b44c7
Author: Patrick Hunt <ph...@apache.org>
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 <ph...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>
    
    Closes #1231 from phunt/ZOOKEEPER-3704
    
    (cherry picked from commit 1fbaa26d6827263b2e9e8c18d8699f4bf799eda3)
    Signed-off-by: Enrico Olivelli <en...@diennea.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7f7a7c..b2eea70 100755
--- a/pom.xml
+++ b/pom.xml
@@ -631,7 +631,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>