From ee7b39d1371f9b30b337062b96bc36533ec7a81e Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Thu, 26 Oct 2023 22:07:35 -0300 Subject: [PATCH] build: maven plugin version updates ``` com.spotify.fmt:fmt-maven-plugin ................... 2.20 -> 2.21.1 io.github.git-commit-id:git-commit-id-maven-plugin . 5.0.0 -> 7.0.0 maven-compiler-plugin ............................. 3.8.1 -> 3.11.0 maven-enforcer-plugin .............................. 3.3.0 -> 3.4.1 maven-failsafe-plugin ........................... 3.0.0-M7 -> 3.2.1 maven-jar-plugin ................................... 3.2.0 -> 3.3.0 maven-resources-plugin ............................... 2.6 -> 3.3.1 maven-surefire-plugin ........................... 3.0.0-M5 -> 3.2.1 org.codehaus.mojo:build-helper-maven-plugin ........ 3.2.0 -> 3.4.0 org.codehaus.mojo:flatten-maven-plugin ............. 1.0.0 -> 1.5.0 org.codehaus.mojo:versions-maven-plugin ........... 2.8.1 -> 2.16.1 ``` --- pom.xml | 2 +- src/apps/pom.xml | 2 +- src/pom.xml | 17 ++++++++--------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index be557b1bb..462a66a25 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ com.spotify.fmt fmt-maven-plugin - 2.20 + 2.21.1 com.github.ekryd.sortpom diff --git a/src/apps/pom.xml b/src/apps/pom.xml index 0eece0abc..85a9a7edf 100644 --- a/src/apps/pom.xml +++ b/src/apps/pom.xml @@ -19,7 +19,7 @@ io.github.git-commit-id git-commit-id-maven-plugin - 5.0.0 + 7.0.0 false true diff --git a/src/pom.xml b/src/pom.xml index 4361fd8a2..fa59a2238 100644 --- a/src/pom.xml +++ b/src/pom.xml @@ -811,7 +811,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.11.0 true 17 @@ -824,7 +824,7 @@ org.apache.maven.plugins maven-resources-plugin - 2.6 + 3.3.1 UTF-8 @@ -883,7 +883,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M7 + 3.2.1 true @@ -897,8 +897,7 @@ org.apache.maven.plugins maven-surefire-plugin - - 3.0.0-M5 + 3.2.1 true false @@ -908,17 +907,17 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.3.0 org.codehaus.mojo build-helper-maven-plugin - 3.2.0 + 3.4.0 org.codehaus.mojo versions-maven-plugin - 2.8.1 + 2.16.1 @@ -930,7 +929,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce