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/09/01 20:14:07 UTC

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

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

hnoeth 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 b2d9c1a  build(deps): bump dependency-check-maven from 6.3.0 to 6.3.1
b2d9c1a is described below

commit b2d9c1a6418ab27dda4721b24574094cf14d404f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 1 16:06:20 2021 +0000

    build(deps): bump dependency-check-maven from 6.3.0 to 6.3.1
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.3.0 to 6.3.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.3.0...v6.3.1)
    
    ---
    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 7e961ea..2266604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1042,7 +1042,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>6.3.0</version>
+          <version>6.3.1</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-5.x.xml</suppressionFile>