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/11/16 09:58:47 UTC

(myfaces-tobago) branch main updated: build(deps): bump org.owasp:dependency-check-maven from 8.4.2 to 8.4.3

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0d9e99aa7d build(deps): bump org.owasp:dependency-check-maven from 8.4.2 to 8.4.3
0d9e99aa7d is described below

commit 0d9e99aa7d3fd5f14bc194e540d27917242c63fd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 15 16:25:46 2023 +0000

    build(deps): bump org.owasp:dependency-check-maven from 8.4.2 to 8.4.3
    
    Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.4.2 to 8.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/v8.4.2...v8.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 3b1ba805ba..c9c1e338cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -806,7 +806,7 @@
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>8.4.2</version>
+          <version>8.4.3</version>
           <configuration>
             <failBuildOnCVSS>0</failBuildOnCVSS>
             <suppressionFile>tobago/dependency-check-suppression-for-tobago-6.x.xml</suppressionFile>