You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/11/15 08:14:00 UTC

[struts-examples] branch master updated: Upgrades OWASP Dependency Check plugin

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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new ce0ea88  Upgrades OWASP Dependency Check plugin
ce0ea88 is described below

commit ce0ea882004fda6351d56e60b2919a5268434fd7
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Nov 15 09:13:54 2020 +0100

    Upgrades OWASP Dependency Check plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ef35c1..435a1a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>5.2.2</version>
+                    <version>5.3.2</version>
                     <configuration>
                         <suppressionFiles>
                             <suppressionFile>src/etc/project-suppression.xml</suppressionFile>