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 2019/05/15 17:05:20 UTC

[myfaces-tobago] 02/02: updating dependency-check-maven to 4.0.2

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

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

commit 4fe3906ff65dbdd461377f4f465ce47b97a39aa3
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed May 15 19:03:06 2019 +0200

    updating dependency-check-maven to 4.0.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05d2e65..f368dcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1003,7 +1003,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>3.3.3</version>
+          <version>4.0.2</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression.xml</suppressionFile>