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

commit 87ae40f7bad8b51d32bf7ed9d5cc6ad41c50ef79
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 18 07:47:33 2023 +0200

    Upgrade various maven plugins such as surefire/failsafe etc.
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 527a76d6906..8f48690a1f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,14 +119,14 @@
         <project.build.outputTimestamp>1</project.build.outputTimestamp>
 
         <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
-        <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
-        <maven-surefire-plugin-version>3.0.0</maven-surefire-plugin-version>
-        <maven-failsafe-plugin-version>3.0.0</maven-failsafe-plugin-version>
+        <maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version>
+        <maven-surefire-plugin-version>3.1.0</maven-surefire-plugin-version>
+        <maven-failsafe-plugin-version>3.1.0</maven-failsafe-plugin-version>
         <!-- we need to override the version inherited from Apache POM for 
modules that use this POM as parent -->
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <java-diff-utils-version>4.7</java-diff-utils-version>
-        <maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
-        
<maven-dependency-plugin-version>3.4.0</maven-dependency-plugin-version>
+        <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
+        
<maven-dependency-plugin-version>3.5.0</maven-dependency-plugin-version>
 
         <!-- eclipse plugin need the jaxb in this pom.xml file -->
         <!-- Make sure to keep JAXB version up to date in parent/pom.xml in 
the bottom of the file -->

Reply via email to