You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/01/09 09:03:58 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump dependency-check-maven to 7.4.4

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 935c1a5639 build(deps): bump dependency-check-maven to 7.4.4
935c1a5639 is described below

commit 935c1a5639f0d05687b32991fa7bd1639c7c90d6
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Jan 9 09:10:45 2023 +0100

    build(deps): bump dependency-check-maven to 7.4.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fcb6488155..244fc4b223 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,7 +798,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>7.4.1</version>
+          <version>7.4.4</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-5.x.xml</suppressionFile>