You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/15 08:06:42 UTC

(camel) branch main updated: Bump org.owasp:dependency-check-maven from 9.0.0 to 9.0.5 (#12458)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b2e1f805ac Bump org.owasp:dependency-check-maven from 9.0.0 to 9.0.5 (#12458)
5b2e1f805ac is described below

commit 5b2e1f805ac22e77739acb0379b4ffaf716ed48d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 15 09:06:36 2023 +0100

    Bump org.owasp:dependency-check-maven from 9.0.0 to 9.0.5 (#12458)
    
    Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 9.0.0 to 9.0.5.
    - [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/v9.0.0...v9.0.5)
    
    ---
    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>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 917bdeb9552..cd837483245 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -316,7 +316,7 @@
         <maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
         <maven-archetype-plugin-version>3.2.1</maven-archetype-plugin-version>
         <maven-archetype-packaging-version>3.2.1</maven-archetype-packaging-version>
-        <maven-owasp-plugin-version>9.0.0</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>9.0.5</maven-owasp-plugin-version>
         <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
         <maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version>
         <maven-plugin-plugin-version>3.10.2</maven-plugin-plugin-version>