diff --git a/pom.xml b/pom.xml index 2aa5993..d8c18d9 100644 --- a/pom.xml +++ b/pom.xml @@ -43,17 +43,16 @@ 11 11 - 5.12.0 - 6.0.23 - 2.17.3 - 4.0.6 + 6.2.18 + 2.21.1 + 4.1.5 jakarta.annotation jakarta.annotation-api - 2.1.1 + 3.0.0 org.springframework @@ -78,7 +77,7 @@ org.apache.commons commons-lang3 - 3.17.0 + 3.20.0 org.slf4j @@ -90,10 +89,11 @@ jakarta.ws.rs-api 3.1.0 + org.junit.jupiter junit-jupiter-api - ${junit.version} + 5.14.3 test @@ -118,11 +118,27 @@ + + + + maven-surefire-plugin + 3.5.5 + + + 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 @@ -144,34 +160,12 @@ - - 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} - - - - ossrh-release + central-publish true @@ -211,19 +205,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