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/06/26 10:05:10 UTC

[camel] branch main updated (94a09adeef4 -> ba568a4f6c6)

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

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


    from 94a09adeef4 (chores) camel-cxf: remove duplicated entry for maven-surefire-plugin
     new 84b1c97eceb Upgrade OWASP Maven Plugin to version 8.3.1
     new ba568a4f6c6 Sync deps

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


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
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

commit ba568a4f6c6d36d01c9e2555f02b0e7f216d7e73
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jun 26 12:04:57 2023 +0200

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index db7c9d6a3d4..73b89b0b0aa 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -72,7 +72,7 @@
         <cxf-version>4.0.2</cxf-version>
         <commons-validator-version>1.7</commons-validator-version>
         <hapi-version>2.3</hapi-version>
-        <maven-owasp-plugin-version>8.2.1</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>8.3.1</maven-owasp-plugin-version>
         <geronimo-j2ee-jacc-spec-version>1.1</geronimo-j2ee-jacc-spec-version>
         <glassfish-jaxb-runtime-version>4.0.1</glassfish-jaxb-runtime-version>
         <narayana-version>5.12.7.Final</narayana-version>


[camel] 01/02: Upgrade OWASP Maven Plugin to version 8.3.1

Posted by ac...@apache.org.
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

commit 84b1c97eceb13af1edf418ee90a672797355a5ee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jun 26 12:00:47 2023 +0200

    Upgrade OWASP Maven Plugin to version 8.3.1
    
    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 2027cfe5358..1d1a5e4db1a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -337,7 +337,7 @@
         <maven-archetype-plugin-version>3.2.1</maven-archetype-plugin-version>
         <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version>
         <maven-assembly-plugin-version>3.4.2</maven-assembly-plugin-version>
-        <maven-owasp-plugin-version>8.2.1</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>8.3.1</maven-owasp-plugin-version>
         <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
         <maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version>
         <maven-plugin-plugin-version>3.9.0</maven-plugin-plugin-version>