From 099219befe7212a4f76272a831981babbe2890bf Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Mon, 9 Feb 2026 15:26:51 -0500 Subject: [PATCH] upgraded dependencies and plugins --- pom.xml | 50 +++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 07c4325..5d4bec3 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,9 @@ - scm:git:https://bitbucket.org/inteligr8/merge-maven-plugin.git - scm:git:git@bitbucket.org:inteligr8/merge-maven-plugin.git - https://bitbucket.org/inteligr8/merge-maven-plugin + scm:git:https://git.inteligr8.com/inteligr8/merge-maven-plugin.git + scm:git:git@git.inteligr8.com:inteligr8/merge-maven-plugin.git + https://git.inteligr8.com/inteligr8/merge-maven-plugin Inteligr8 @@ -42,19 +42,19 @@ UTF-8 1.8 1.8 - 3.6.3 + 3.9.11 org.apache.commons commons-lang3 - 3.4 + 3.20.0 org.apache.maven.shared file-management - 3.0.0 + 3.2.0 org.apache.maven @@ -65,7 +65,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.6.0 + 3.15.1 provided @@ -89,16 +89,32 @@ junit junit - 4.12 + 4.13.2 test + + + + maven-plugin-plugin + 3.15.2 + + + maven-invoker-plugin + 3.9.1 + + + org.codehaus.plexus + plexus-component-metadata + 2.2.0 + + + maven-plugin-plugin - 3.6.0 regex @@ -120,7 +136,6 @@ org.codehaus.plexus plexus-component-metadata - 2.0.0 @@ -131,7 +146,6 @@ maven-invoker-plugin - 3.2.2 ${basedir}/src/it ${project.build.directory}/it @@ -167,7 +181,6 @@ maven-invoker-plugin - 3.2.2 run-its @@ -187,7 +200,7 @@ - ossrh-release + central-publish @@ -224,14 +237,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://s01.oss.sonatype.org/ - true + central + true