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/03/15 07:16:03 UTC

[struts] branch master updated: Upgrades Dependency Check plugin to version 6.1.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 914b4c3  Upgrades Dependency Check plugin to version 6.1.2
914b4c3 is described below

commit 914b4c3cdde991cff5e8fb28a5d4de50bd7fc610
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Mar 15 08:15:57 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 0705e32..09ff3f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -364,7 +364,7 @@
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>6.0.5</version>
+                    <version>6.1.2</version>
                     <configuration>
                         <suppressionFiles>
                             <suppressionFile>src/etc/project-suppression.xml</suppressionFile>