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 2022/12/06 22:04:13 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump dependency-check-maven from 7.3.2 to 7.4.0 (#3507)

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

lofwyr 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 51fc7fe5f7 build(deps): bump dependency-check-maven from 7.3.2 to 7.4.0 (#3507)
51fc7fe5f7 is described below

commit 51fc7fe5f7f83b3ee6a7139c94b3d7726d12674f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 6 23:04:06 2022 +0100

    build(deps): bump dependency-check-maven from 7.3.2 to 7.4.0 (#3507)
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.3.2 to 7.4.0.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jeremylong/DependencyCheck/compare/v7.3.2...v7.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35e052bc53..4e42c28eab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,7 +792,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>7.3.2</version>
+          <version>7.4.0</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-2.x.xml</suppressionFile>