From 404d35c14215bb26ce3bfe67f5e6de327d02c8e0 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 12 Apr 2023 15:52:39 +0200 Subject: [PATCH] Upgrade Maven build plugins. Closes #1974 --- parent/pom.xml | 30 +++++++++++++++--------------- pom.xml | 4 ++-- resources/pom.xml | 1 + 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 8cb247fe..114e6ae2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1000,7 +1000,7 @@ org.asciidoctor asciidoctor-maven-plugin - 2.2.2 + 2.2.3 org.jruby @@ -1010,7 +1010,7 @@ org.asciidoctor asciidoctorj - 2.5.5 + 2.5.7 io.spring.asciidoctor.backends @@ -1029,13 +1029,13 @@ org.apache.maven.plugins maven-assembly-plugin - 3.3.0 + 3.5.0 org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 true true @@ -1045,17 +1045,17 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.1 + 3.2.1 com.puppycrawl.tools checkstyle - 10.1 + 10.9.3 io.spring.nohttp nohttp-checkstyle - 0.0.10 + 0.0.11 @@ -1063,25 +1063,25 @@ org.apache.maven.plugins maven-dependency-plugin - 3.3.0 + 3.5.0 org.apache.maven.plugins maven-deploy-plugin - 3.1.0 + 3.1.1 org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 + 3.3.0 org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M5 + 3.0.0 false @@ -1090,7 +1090,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.2 + 3.3.0 @@ -1108,7 +1108,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + 3.0.0 false @@ -1123,7 +1123,7 @@ org.codehaus.mojo exec-maven-plugin - 3.0.0 + 3.1.0 @@ -1135,7 +1135,7 @@ org.jfrog.buildinfo artifactory-maven-plugin - 3.5.1 + 3.6.1 diff --git a/pom.xml b/pom.xml index 9ce8a640..de25f79c 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 + 3.3.0 enforce-release-rules @@ -132,7 +132,7 @@ org.jfrog.buildinfo artifactory-maven-plugin - 3.5.1 + 3.6.1 build-info diff --git a/resources/pom.xml b/resources/pom.xml index 893df871..575bfaba 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -20,6 +20,7 @@ org.apache.maven.plugins maven-assembly-plugin + 3.5.0 zip-resources