You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/01/08 16:27:19 UTC

[myfaces-tobago] 02/04: Update dependency-check-maven plugin

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 41d84e901f192598ca3dff12b8cd9c95ebf2295d
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Jan 8 14:59:31 2021 +0100

    Update dependency-check-maven plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22e3e8f..5e96b9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1050,7 +1050,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>5.2.4</version>
+          <version>6.0.5</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-2.x.xml</suppressionFile>