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 2021/06/14 06:04:30 UTC

[struts] branch master updated: Upgrades OWASP Maven Dependency Check Plugin to version 6.2.2

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 eab033c  Upgrades OWASP Maven Dependency Check Plugin to version 6.2.2
eab033c is described below

commit eab033c7f057bd587cdc7a0d609bed4226612685
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Jun 14 08:04:08 2021 +0200

    Upgrades OWASP Maven Dependency Check Plugin to version 6.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f513d4..a34771f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -364,7 +364,7 @@
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>6.2.0</version>
+                    <version>6.2.2</version>
                     <configuration>
                         <suppressionFiles>
                             <suppressionFile>src/etc/project-suppression.xml</suppressionFile>