From 9395ce62fd09c89ea19baa262b3eba1a88ea9d27 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Wed, 8 May 2024 11:16:13 +0200 Subject: [PATCH] Update Maven Plugins Using all the latest Maven plugins (base for 3.6.3). Left out spotless and bnd 7.0.0 (raises requirement for 3.8.1) --- pom.xml | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 02efacc3..c002e6d3 100644 --- a/pom.xml +++ b/pom.xml @@ -117,8 +117,8 @@ 8 - 1.${maven.compiler.release} - 1.${maven.compiler.release} + ${maven.compiler.release} + ${maven.compiler.release} UTF-8 3.6.3 @@ -130,7 +130,7 @@ org.junit junit-bom - 5.10.0 + 5.10.2 pom import @@ -143,7 +143,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.2.1 + 3.4.1 @@ -175,14 +175,14 @@ org.codehaus.mojo extra-enforcer-rules - 1.6.1 + 1.8.0 org.apache.maven.plugins maven-clean-plugin - 3.2.0 + 3.3.2 org.apache.maven.plugins @@ -192,38 +192,39 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 none + true org.apache.maven.plugins maven-dependency-plugin - 3.5.0 + 3.6.1 org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.2.5 org.junit.jupiter junit-jupiter-engine - 5.10.0 + 5.10.2 org.junit.vintage junit-vintage-engine - 5.10.0 + 5.10.2 org.apache.maven.plugins maven-failsafe-plugin - 3.0.0 + 3.2.5 biz.aQute.bnd @@ -249,7 +250,7 @@ Bundle-DocURL: http://www.eclipse.org/sisu/ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 default-jar @@ -264,27 +265,27 @@ Bundle-DocURL: http://www.eclipse.org/sisu/ org.apache.maven.plugins maven-shade-plugin - 3.4.1 + 3.5.3 org.apache.maven.plugins maven-install-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.12 org.apache.maven.plugins maven-release-plugin - 3.0.0 + 3.0.1 forked-path false @@ -304,7 +305,7 @@ Bundle-DocURL: http://www.eclipse.org/sisu/ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.1 attach-sources @@ -317,7 +318,7 @@ Bundle-DocURL: http://www.eclipse.org/sisu/ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.3 ${basedir}/overview.html *.internal,*.asm @@ -337,7 +338,7 @@ Bundle-DocURL: http://www.eclipse.org/sisu/ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.2.4 ${gpg.passphrase} true @@ -365,7 +366,7 @@ Bundle-DocURL: http://www.eclipse.org/sisu/ org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.2 + 3.5.0 com.diffplug.spotless