From 9ccf9d00fbae12fd10863c5b78d22bac6e5b87e4 Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Thu, 9 Jun 2022 10:33:44 -0400 Subject: [PATCH] Update some deps/plugin versions --- pom.xml | 61 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 41 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index f401dac..a9af3db 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,13 @@ junit junit - 4.13.1 + 4.13.2 test com.fasterxml.woodstox woodstox-core - 5.0.3 + 6.2.8 test @@ -46,10 +46,30 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0 + + + enforce-maven + + enforce + + + + + 3.2.5 + + + + + + org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.10.1 1.8 1.8 @@ -59,41 +79,42 @@ true + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://oss.sonatype.org/ + true + + org.apache.felix maven-bundle-plugin true - 1.0.0 + 5.1.6 ${project.artifactId} ${project.groupId}.${project.artifactId} org.codehaus.jettison*;version=${project.version} - * - !* + javax.xml,* ${project.name} ${project.version} + <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@))) + <_nouses>true - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - true - - org.apache.maven.plugins maven-release-plugin - 2.5.2 + 2.5.3 false clean install @@ -114,7 +135,7 @@ true maven-deploy-plugin - 2.8.1 + 2.8.2 ${deploy.altRepository} true @@ -123,7 +144,7 @@ maven-gpg-plugin - 1.6 + 3.0.1