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 2021/02/15 18:48:59 UTC

[myfaces-tobago] branch tobago-4.x updated: chore(deps): bump dependency-check-maven from 6.1.0 to 6.1.1

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 666ab6e  chore(deps): bump dependency-check-maven from 6.1.0 to 6.1.1
666ab6e is described below

commit 666ab6e3c7a6ed8b563e60ffa96650fb86c79334
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 15 08:07:33 2021 +0000

    chore(deps): bump dependency-check-maven from 6.1.0 to 6.1.1
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.1.0 to 6.1.1.
    - [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.0...v6.1.1)
    
    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 3b7e17a..1ffd34f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1034,7 +1034,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>6.1.0</version>
+          <version>6.1.1</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression.xml</suppressionFile>