You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/17 07:23:59 UTC

[camel] branch main updated: Upgrade maven plugins

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b78635a5654 Upgrade maven plugins
b78635a5654 is described below

commit b78635a56542370e9fba7215a718c999607eb94f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 09:18:07 2023 +0200

    Upgrade maven plugins
---
 parent/pom.xml | 8 ++++----
 pom.xml        | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 752e22269ed..bc027186230 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -331,7 +331,7 @@
         <maven-archetype-packaging-version>2.3</maven-archetype-packaging-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-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version>
         <maven-plugin-plugin-version>3.9.0</maven-plugin-plugin-version>
         <maven-plugin-annotations-version>3.9.0</maven-plugin-annotations-version>
         <maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>
@@ -340,11 +340,11 @@
         <maven-reporting-api-version>2.2.1</maven-reporting-api-version>
         <maven-reporting-impl-version>2.0.5</maven-reporting-impl-version>
         <maven-resolver-version>1.9.13</maven-resolver-version>
-        <maven-shade-plugin-version>3.4.1</maven-shade-plugin-version>
+        <maven-shade-plugin-version>3.5.0</maven-shade-plugin-version>
         <maven-shared-utils-plugin-version>3.3.4</maven-shared-utils-plugin-version>
-        <maven-surefire-report-plugin-version>3.0.0</maven-surefire-report-plugin-version>
+        <maven-surefire-report-plugin-version>3.1.2</maven-surefire-report-plugin-version>
         <maven-wagon-version>3.5.2</maven-wagon-version>
-        <maven-war-plugin-version>3.3.1</maven-war-plugin-version>
+        <maven-war-plugin-version>3.4.0</maven-war-plugin-version>
         <metrics-version>4.2.19</metrics-version>
         <micrometer-version>1.11.2</micrometer-version>
         <micrometer-tracing-version>1.1.3</micrometer-tracing-version>
diff --git a/pom.xml b/pom.xml
index 8852e541ff8..05aa6e4bf27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
         <flatten-maven-plugin-version>1.5.0</flatten-maven-plugin-version>
         <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version>
         <license-maven-plugin-version>4.2</license-maven-plugin-version>
-        <maven-assembly-plugin-version>3.4.2</maven-assembly-plugin-version>
+        <maven-assembly-plugin-version>3.6.0</maven-assembly-plugin-version>
         <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
         <maven-dependency-plugin-version>3.6.0</maven-dependency-plugin-version>
         <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>