This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 4410feb Upgrades OWASP dependency-check-plugin to version 4.0.2 new 5d663b3 Merge pull request #325 from lukaszlenart/upgrade-depdency-check 4410feb is described below commit 4410feb1da072c06a2ec868a068a35756dee2905 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Feb 1 08:15:20 2019 +0100 Upgrades OWASP dependency-check-plugin to version 4.0.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4fa20d3..eeec352 100644 --- a/pom.xml +++ b/pom.xml @@ -378,7 +378,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>3.3.4</version> + <version>4.0.2</version> <configuration> <suppressionFiles> <suppressionFile>src/etc/project-suppression.xml</suppressionFile>