From 453e9a48ef3617ef278066d57f1670fad52cd09c Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 22 Apr 2026 11:47:04 -0400 Subject: [PATCH 1/2] updated dependencies/plugins --- pom.xml | 67 ++++++++++++++++++++++++--------------------------------- 1 file changed, 28 insertions(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index 7221a72..e89b839 100644 --- a/pom.xml +++ b/pom.xml @@ -43,16 +43,15 @@ 11 11 - 5.12.0 - 6.0.23 - 2.17.3 + 6.2.18 + 2.21.1 jakarta.annotation jakarta.annotation-api - 2.1.1 + 3.0.0 org.springframework @@ -77,7 +76,7 @@ org.apache.commons commons-lang3 - 3.17.0 + 3.20.0 org.slf4j @@ -89,10 +88,11 @@ jakarta.ws.rs-api 3.1.0 + org.junit.jupiter junit-jupiter-api - ${junit.version} + 5.14.3 test @@ -110,35 +110,23 @@ - - - maven-surefire-plugin - 3.4.0 - - - org.junit.jupiter - junit-jupiter-engine - ${junit.version} - - - - - maven-failsafe-plugin - 3.4.0 - - - org.junit.jupiter - junit-jupiter-engine - ${junit.version} - - - - + + + + maven-surefire-plugin + 3.5.5 + + + maven-failsafe-plugin + 3.5.5 + + + - ossrh-release + central-publish true @@ -178,19 +166,20 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.14 + org.sonatype.central + central-publishing-maven-plugin + 0.10.0 + true - ossrh - https://s01.oss.sonatype.org/ - true + central + true + - ossrh-deploy + deploy deploy - deploy + publish From 80f695cd084c80d318900a432373f8b4c34eec8b Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 22 Apr 2026 11:50:43 -0400 Subject: [PATCH 2/2] updated build-helper-maven-plugin to v3.6.1 --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f55d5e..a2d105c 100644 --- a/pom.xml +++ b/pom.xml @@ -128,13 +128,17 @@ maven-failsafe-plugin 3.5.5 + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.1 + org.codehaus.mojo build-helper-maven-plugin - 3.4.0 add-jaxrs-src