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/01/05 15:56:25 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump dependency-check-maven from 7.4.1 to 7.4.3

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

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


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 9f1eaf5549 build(deps): bump dependency-check-maven from 7.4.1 to 7.4.3
9f1eaf5549 is described below

commit 9f1eaf55495ce48052cba665d92b41deccbc4cb9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 29 16:07:38 2022 +0000

    build(deps): bump dependency-check-maven from 7.4.1 to 7.4.3
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.4.1 to 7.4.3.
    - [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/v7.4.1...v7.4.3)
    
    ---
    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 3fb1b5ff56..1b72e1ae80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,7 +792,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>7.4.1</version>
+          <version>7.4.3</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-2.x.xml</suppressionFile>