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/08/25 05:24:31 UTC

[camel] branch owasp-8.4.0 created (now e76a409d6aa)

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

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


      at e76a409d6aa Upgrade OWASP Maven Plugin to version 8.4.0

This branch includes the following new commits:

     new e76a409d6aa Upgrade OWASP Maven Plugin to version 8.4.0

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 to version 8.4.0

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

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

commit e76a409d6aaea41c9d8e887870455036ada3d5ca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Aug 25 07:01:47 2023 +0200

    Upgrade OWASP Maven Plugin to version 8.4.0
    
    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 c51610cbeea..8e763a2c669 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -318,7 +318,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>8.3.1</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>8.4.0</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.9.0</maven-plugin-plugin-version>