From 56ca54deb2a9691714de18e00a5949553bc528a2 Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Mon, 6 Jan 2025 20:33:08 +0100 Subject: [PATCH] Upgrade plugins (#475) * Require maven 3.6.3 * spotless-maven-plugin to 2.43.0 https://github.com/diffplug/spotless/blob/main/CHANGES.md#2430---2023-11-27 * sortpom-maven-plugin to 4.0.0 (breaking change) https://github.com/Ekryd/sortpom?tab=readme-ov-file#news * license-maven-plugin to 4.6 * maven-compiler-plugin to 3.13.0 * maven-dependency-plugin to 3.8.1 * maven-enforcer-plugin to 3.5.0 https://github.com/apache/maven-enforcer/releases * maven-gpg-plugin to 3.2.7 * maven-javadoc-plugin to 3.11.2 * maven-plugin-plugin to 3.8.2 * maven-resources-plugin to 3.3.1 * maven-source-plugin to 3.3.1 * maven-surefire-plugin to 3.5.2 * plexus-component-metadata (deprecated) to 2.2.0 Signed-off-by: Holger Friedrich --- pom.xml | 27 +++++++++++++++------------ sat-extension/pom.xml | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index bcedb11e..5bbcf7d4 100644 --- a/pom.xml +++ b/pom.xml @@ -65,24 +65,24 @@ 2.11.0 3.12.0 4.10.0 - 3.3.0 + 3.3.1 7.8.0 10.17.0 4.8.6 3.6.0 3.8.5 3.7.0 - 3.6.4 - 3.11.0 + 3.8.2 + 3.13.0 2.4.0 1.7.1 0.16.0 2.1.0 0.64.0 - 3.1.2 + 3.5.2 9.4.50.v20221201 9.1.0.8 - 2.38.0 + 2.43.0 4.25 4.21.0 @@ -175,7 +175,7 @@ com.mycila license-maven-plugin - 4.2 + 4.6 ${basedir} false @@ -250,7 +250,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.0 + 3.5.0 @@ -284,7 +284,7 @@ com.github.ekryd.sortpom sortpom-maven-plugin - 3.3.0 + 4.0.0 recommended_2008_06 false @@ -442,7 +442,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 true @@ -459,7 +459,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 + 3.11.2 11 ${project.build.directory}/javadoc @@ -486,6 +486,9 @@ + + 3.6.3 + [11.0,12.0) @@ -505,7 +508,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.4.0 + 3.8.1 unpack-eea @@ -590,7 +593,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.7 sign-artifacts diff --git a/sat-extension/pom.xml b/sat-extension/pom.xml index d0d9a0c1..ed134580 100644 --- a/sat-extension/pom.xml +++ b/sat-extension/pom.xml @@ -73,7 +73,7 @@ org.codehaus.plexus plexus-component-metadata - 2.1.1 + 2.2.0