From 2e7d2ec9fa2158f04dbc3b8fe87dbb836c9cfb22 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 12 Apr 2023 15:56:08 +0200 Subject: [PATCH] Upgrade Maven build plugins. Closes #140 --- bom-client/pom.xml | 6 +++--- bom/pom.xml | 6 +++--- pom.xml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bom-client/pom.xml b/bom-client/pom.xml index 0a9c630..82aff62 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.plugins maven-install-plugin - 3.0.0-M1 + 3.1.1 true @@ -31,7 +31,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.0.0-M1 + 3.1.1 true @@ -40,7 +40,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.2.0 + 3.5.0 purge-local-repository diff --git a/bom/pom.xml b/bom/pom.xml index d3ed71a..df2a4e9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -192,7 +192,7 @@ org.codehaus.mojo flatten-maven-plugin - 1.2.7 + 1.4.1 flatten @@ -237,7 +237,7 @@ org.jfrog.buildinfo artifactory-maven-plugin - 3.5.1 + 3.6.1 build-info @@ -365,7 +365,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.2.1 + 3.3.0 enforce-release-rules diff --git a/pom.xml b/pom.xml index 01608b6..a41d357 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ org.apache.maven.plugins maven-install-plugin - 3.1.0 + 3.1.1 true @@ -85,7 +85,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.0 + 3.1.1 true