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/03/30 15:56:34 UTC

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

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

lofwyr 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 6c16790  build(deps): bump dependency-check-maven from 7.0.1 to 7.0.3
6c16790 is described below

commit 6c16790bf2372902cb3304b73b87ee009c15e1fa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 29 16:54:27 2022 +0000

    build(deps): bump dependency-check-maven from 7.0.1 to 7.0.3
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.0.1 to 7.0.3.
    - [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.0.1...v7.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85f1343..9f3f16d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -788,7 +788,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>7.0.1</version>
+          <version>7.0.3</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-5.x.xml</suppressionFile>