From e91c780c185273f9027302b5a2e6d24b43aa475d Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 23 Nov 2022 13:23:10 +0100 Subject: [PATCH] Clean up and upgrade dependencies/plugins versions (#741) --- build-plugin/pom.xml | 6 ++--- daemon/pom.xml | 7 ------ pom.xml | 58 +++++++++++++++++++++++++++----------------- 3 files changed, 39 insertions(+), 32 deletions(-) diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index afdb47ec..6210e814 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -34,9 +34,9 @@ 11 11 - 2.23.2.Final - 3.6.0 - ${maven.plugin-tools.version} + 2.28.0.Final + 3.7.0 + 3.7.0 diff --git a/daemon/pom.xml b/daemon/pom.xml index 9ba4dc07..b35e712c 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -52,13 +52,6 @@ org.codehaus.plexus plexus-interactivity-api - 1.0 - - - junit - junit - - diff --git a/pom.xml b/pom.xml index 4cb4da85..ba243977 100644 --- a/pom.xml +++ b/pom.xml @@ -73,39 +73,42 @@ 1.0.0 - 3.16.1 - 1.21 + 3.23.1 + 1.22 22.3.0 0.9.18 4.0.6 1.0 2.4.0 3.21.0 - 5.7.2 - 1.2.10 + 5.9.1 + 1.2.11 4.0.0-alpha-2 1.8.2 1.7.35 0.3.5 - 1.4 - 3.8.1 + 3.0.0 + 3.10.1 2.1.0 - 3.0 - 3.2.2 - 2.4 + 4.2.rc3 + 3.3.0 + 3.1.0 3.4.1 - 1.2.0 - 3.0.0-M5 + 1.4.1 + 3.0.0-M7 1.3.2 - 3.0.0-M5 + 3.0.0-M7 1.13.9 1.0.19 - 3.27.0-GA + 3.29.2-GA + 3.3.0 + 1.4.19 + 1.0 @@ -223,38 +226,38 @@ org.apache.maven.daemon mvnd-native - 1.0.0-SNAPSHOT + ${project.version} org.apache.maven.daemon mvnd-agent - 1.0.0-SNAPSHOT + ${project.version} org.apache.maven.daemon mvnd-client - 1.0.0-SNAPSHOT + ${project.version} org.apache.maven.daemon mvnd-common - 1.0.0-SNAPSHOT + ${project.version} org.apache.maven.daemon mvnd-dist - 1.0.0-SNAPSHOT + ${project.version} pom org.apache.maven.daemon mvnd-daemon - 1.0.0-SNAPSHOT + ${project.version} org.apache.maven.daemon mvnd-helper-agent - 1.0.0-SNAPSHOT + ${project.version} @@ -300,6 +303,17 @@ javassist ${javassist.version} + + org.codehaus.plexus + plexus-interactivity-api + ${plexus-interactivity-api.version} + + + junit + junit + + + @@ -388,7 +402,7 @@ limitations under the License. com.thoughtworks.xstream xstream - 1.4.19 + ${xstream.version} @@ -532,7 +546,7 @@ limitations under the License. org.apache.maven.plugins maven-assembly-plugin - 3.3.0 + ${maven-assembly-plugin.version} create-source-distribution