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 2021/11/12 06:43:30 UTC

[camel] branch main updated (f5175c2 -> 64143e6)

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 f5175c2  Sync deps
     new 304c7a2  Upgrade Owasp Maven Plugin to version 6.5.0
     new 64143e6  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 64143e61b82a4a5333a580bac9bff6a4e0c87dba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 12 07:42:56 2021 +0100

    Sync deps
---
 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 1b005f6..0050b14 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -395,7 +395,7 @@
     <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
     <maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>
     <maven-model-version>3.2.5</maven-model-version>
-    <maven-owasp-plugin-version>6.4.1</maven-owasp-plugin-version>
+    <maven-owasp-plugin-version>6.5.0</maven-owasp-plugin-version>
     <maven-plugin-annotations-version>3.6.1</maven-plugin-annotations-version>
     <maven-plugin-plugin-version>3.6.1</maven-plugin-plugin-version>
     <maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>

[camel] 01/02: Upgrade Owasp Maven Plugin to version 6.5.0

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 304c7a26e96f2913d1c96dc317b48836a3d90821
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 12 07:41:33 2021 +0100

    Upgrade Owasp Maven Plugin to version 6.5.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2f92cc9..170e602 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -376,7 +376,7 @@
         <maven-assembly-plugin-version>3.3.0</maven-assembly-plugin-version>
         <maven-checkstyle-plugin-version>3.1.2</maven-checkstyle-plugin-version>
         <maven-checkstyle-version>8.43</maven-checkstyle-version>
-        <maven-owasp-plugin-version>6.4.1</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>6.5.0</maven-owasp-plugin-version>
         <maven-jar-plugin-version>3.2.0</maven-jar-plugin-version>
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         <maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>