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/10/20 20:32:42 UTC

[myfaces-tobago] branch main updated: build(deps): bump dependency-check-maven from 7.2.1 to 7.3.0 (#3349)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1538331e09 build(deps): bump dependency-check-maven from 7.2.1 to 7.3.0 (#3349)
1538331e09 is described below

commit 1538331e09ec2f5ce7d06eca558b31072ac5a2ac
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 20 22:32:36 2022 +0200

    build(deps): bump dependency-check-maven from 7.2.1 to 7.3.0 (#3349)
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.2.1 to 7.3.0.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md)
    - [Commits](https://github.com/jeremylong/DependencyCheck/compare/v7.2.1...v7.3.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 35d9b22c63..3486d3a33e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -785,7 +785,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>7.2.1</version>
+          <version>7.3.0</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-6.x.xml</suppressionFile>