From ff9814a6ba10f6688c70e240071c1b3f5406ccb0 Mon Sep 17 00:00:00 2001 From: Santiago Lizardo Date: Thu, 19 Dec 2024 22:46:54 +0000 Subject: [PATCH] Update dependencies --- pom.xml | 54 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index e69fd22..ff7c67c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 com.santiagolizardo.neocommander NeoCommander @@ -12,6 +14,26 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.5.0 + + + enforce-maven + + enforce + + + + + 3.6.3 + + + + + + com.googlecode.gettext-commons gettext-maven-plugin @@ -26,26 +48,28 @@ - ${project.build.sourceDirectory}/../resources/com/santiagolizardo/madcommander/resources/languages + + ${project.build.sourceDirectory}/../resources/com/santiagolizardo/madcommander/resources/languages com.santiagolizardo.madcommander.resources.languages.Translator org.apache.maven.plugins maven-compiler-plugin - 3.8.1 - - 21 - - -Xlint:deprecation - -Xlint:unchecked - - 21 - 21 - + 3.13.0 + + 21 + + -Xlint:deprecation + -Xlint:unchecked + + 21 + 21 + maven-assembly-plugin + 3.7.1 make-assembly @@ -69,7 +93,7 @@ org.codehaus.mojo versions-maven-plugin - 2.7 + 2.18.0 @@ -83,7 +107,7 @@ commons-io commons-io - 2.11.0 + 2.18.0 com.googlecode.gettext-commons @@ -91,4 +115,4 @@ 0.9.8 - + \ No newline at end of file