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:06:58 UTC

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


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

commit 9affe531575a188d423ebd1b9eb91f134a599390
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Jan 9 10:05:29 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 1b72e1ae80..aa4018909c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,7 +792,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>7.4.3</version>
+          <version>7.4.4</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-2.x.xml</suppressionFile>