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

(camel) branch main updated: Upgrade Owasp Maven Plugin Dependency Check to version 9.0.6 (#12471)

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

acosentino 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 af0a53c5514 Upgrade Owasp Maven Plugin Dependency Check to version 9.0.6 (#12471)
af0a53c5514 is described below

commit af0a53c55148c98719274c82cacea9e8e044fd78
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 18 09:20:45 2023 +0100

    Upgrade Owasp Maven Plugin Dependency Check to version 9.0.6 (#12471)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3e63b9d0d7e..3709e03ee85 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.5</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>9.0.6</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>