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:04:35 UTC

[myfaces-tobago] branch tobago-4.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-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 df678af9dc build(deps): bump dependency-check-maven to 7.4.4
df678af9dc is described below

commit df678af9dc84216ed0450231048ba7db9e5914a7
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Jan 9 10:03:21 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 665cdd169d..7d1505499d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -797,7 +797,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-4.x.xml</suppressionFile>