diff --git a/pom.xml b/pom.xml index 3a9c27b..28ccd22 100644 --- a/pom.xml +++ b/pom.xml @@ -49,23 +49,23 @@ UTF-8 UTF-8 - 1.82 + 1.84 1.28.0 - 2.21.0 + 2.22.0 4.0.4 4.0.6 4.0.6 - 1.9.3 - 3.0.6 - 5.5.0 + 2.5.9 + 3.0.7 + 5.5.1 1.16.0 2.0.17 - 2.11.5 + 2.11.6 3.0 2.13.1 5.11.4 - 2.25.2 + 2.26.0 @@ -223,6 +223,42 @@ maven-javadoc-plugin 3.12.0 + + org.codehaus.mojo + versions-maven-plugin + 2.21.0 + + + + + + regex + (.+-SNAPSHOT|.+-M\d|.+-(rc|RC).*) + + + regex + .+-(alpha|beta).* + + + regex + .+does-not-exist.* + + + regex + .*-nx[0-9]+ + + + regex + .*-atlassian.* + + + regex + .+-jdk5.* + + + + +