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 2021/04/01 08:37:49 UTC

[myfaces-tobago] branch master updated: build(deps): bump dependency-check-maven from 6.1.4 to 6.1.5

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

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


The following commit(s) were added to refs/heads/master by this push:
     new be3ed99  build(deps): bump dependency-check-maven from 6.1.4 to 6.1.5
be3ed99 is described below

commit be3ed99a81cdb15f6c17f12a88b5b0b39da561d0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 1 07:31:24 2021 +0000

    build(deps): bump dependency-check-maven from 6.1.4 to 6.1.5
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.1.4 to 6.1.5.
    - [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/v6.1.4...v6.1.5)
    
    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 8b0e888..5ce8f00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1033,7 +1033,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>6.1.4</version>
+          <version>6.1.5</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression.xml</suppressionFile>