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:19:27 UTC

(camel) branch dependency-check created (now 2d50a7a1ba5)

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

acosentino pushed a change to branch dependency-check
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 2d50a7a1ba5 Upgrade Owasp Maven Plugin Dependency Check to version 9.0.6

This branch includes the following new commits:

     new 2d50a7a1ba5 Upgrade Owasp Maven Plugin Dependency Check to version 9.0.6

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel) 01/01: Upgrade Owasp Maven Plugin Dependency Check to version 9.0.6

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch dependency-check
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2d50a7a1ba504b23f5dafd8402363786d76b34f6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 18 09:19:03 2023 +0100

    Upgrade Owasp Maven Plugin Dependency Check to version 9.0.6
    
    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>