This is an automated email from the ASF dual-hosted git repository.
lukaszlenart 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 ba7cd74 Update OWASP dependency-check-maven to 5.2.4
new 7313d4e Merge pull request #388 from sepe81/update-owasp
ba7cd74 is described below
commit ba7cd742182f3b306dd2680e639388b0b3a7bc75
Author: Sebastian Peters <[email protected]>
AuthorDate: Fri Dec 13 21:54:05 2019 +0100
Update OWASP dependency-check-maven to 5.2.4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e0b0755..e64d247 100644
--- a/pom.xml
+++ b/pom.xml
@@ -380,7 +380,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>5.2.2</version>
+ <version>5.2.4</version>
<configuration>
<suppressionFiles>
<suppressionFile>src/etc/project-suppression.xml</suppressionFile>