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 2023/08/22 07:07:15 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump org.owasp:dependency-check-maven from 8.3.1 to 8.4.0

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

hnoeth 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 f836223cdc build(deps): bump org.owasp:dependency-check-maven from 8.3.1 to 8.4.0
f836223cdc is described below

commit f836223cdcc739d2b69fa23c3182c5fe888bf67f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 21 16:28:26 2023 +0000

    build(deps): bump org.owasp:dependency-check-maven from 8.3.1 to 8.4.0
    
    Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.3.1 to 8.4.0.
    - [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.3.1...v8.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 de35ef09d7..688e22838b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,7 +798,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>8.3.1</version>
+          <version>8.4.0</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-5.x.xml</suppressionFile>