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/11/13 08:35:24 UTC

(camel) branch owasp-8.4.2 created (now 2e71bf385ca)

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

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


      at 2e71bf385ca Upgrade OWASP Maven Plugin to version 8.4.2

This branch includes the following new commits:

     new 2e71bf385ca Upgrade OWASP Maven Plugin to version 8.4.2

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.2

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.2
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2e71bf385cac580358e5d8461679c143861fdc75
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 13 09:24:01 2023 +0100

    Upgrade OWASP Maven Plugin to version 8.4.2
    
    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 e5ca9a96515..368636c1877 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>8.4.0</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>8.4.2</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>