You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2023/01/18 19:48:11 UTC

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

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

bommel 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 9590f6063a build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1
9590f6063a is described below

commit 9590f6063a32506a90581926ade4aa4347aa1d36
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 18 16:05:58 2023 +0000

    build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.0.0 to 8.0.1.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jeremylong/DependencyCheck/compare/v8.0.0...v8.0.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 d449e2f53f..4e00a9fab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,7 +798,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>8.0.0</version>
+          <version>8.0.1</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-5.x.xml</suppressionFile>