From 6f0462622bc2f41e4cd4f04fe76b627e8538acdd Mon Sep 17 00:00:00 2001 From: Chris Eager Date: Sat, 19 Aug 2023 16:01:13 -0500 Subject: [PATCH] Update maven and various plugins --- .mvn/extensions.xml | 2 +- .mvn/wrapper/maven-wrapper.properties | 4 ++-- integration-tests/pom.xml | 2 +- service/pom.xml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index a10fab5e5..2cf9978f9 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -4,6 +4,6 @@ fr.brouillard.oss jgitver-maven-plugin - 1.7.1 + 1.9.0 diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index dc3affce3..3267ebce8 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip -wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip +wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index c7c8ee4cf..5fbcf3960 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -28,7 +28,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M7 + 3.1.2 ** diff --git a/service/pom.xml b/service/pom.xml index 8c934e30c..5cdc6f547 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -483,7 +483,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.5.0 true @@ -518,7 +518,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.3.0 + 3.6.0 assembly.xml @@ -538,7 +538,7 @@ org.codehaus.mojo properties-maven-plugin - 1.0.0 + 1.2.0 read-deploy-configuration @@ -638,7 +638,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M7 + 3.1.2 --add-opens=java.base/java.net=ALL-UNNAMED