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 1510037 ZOOKEEPER-3519: upgrade dependency-check to 5.2.1
1510037 is described below
commit 151003722e4f1a30aed0b686890fb35adcaf1f2d
Author: Patrick Hunt <phunt@apache.org>
AuthorDate: Wed Aug 28 15:31:16 2019 +0200
ZOOKEEPER-3519: upgrade dependency-check to 5.2.1
Just upgrade to the latest 5.2.1
ran the check and it seemed to run/check correctly
Change-Id: I9770789771f4b70cdf34d220738d4832daf7b0a5
Author: Patrick Hunt <phunt@apache.org>
Reviewers: Enrico Olivelli <eolivelli@apache.org>
Closes #1062 from phunt/ZOOKEEPER-3519
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2d7f4e8..01c3811 100755
--- a/pom.xml
+++ b/pom.xml
@@ -574,7 +574,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>5.1.0</version>
+ <version>5.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
|