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

commit ad8f4b0805520be973a91a9e1238d58cc608e986
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Nov 11 10:13:10 2019 +0100

    Use the latest version of OWASP Dependency Check plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 43c40c4..82f78b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -380,7 +380,7 @@
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>4.0.2</version>
+                    <version>5.2.2</version>
                     <configuration>
                         <suppressionFiles>
                             
<suppressionFile>src/etc/project-suppression.xml</suppressionFile>

Reply via email to