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:07:28 UTC

[myfaces-tobago] branch tobago-4.x updated: 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 tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new d260ae7  updating dependency-check-maven to 4.0.2
d260ae7 is described below

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

    updating dependency-check-maven to 4.0.2
    
    (cherry picked from commit 4fe3906ff65dbdd461377f4f465ce47b97a39aa3)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 76467cb..ee5d7a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1020,7 +1020,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>