diff --git a/pom.xml b/pom.xml index 32365e8..2c13402 100644 --- a/pom.xml +++ b/pom.xml @@ -102,12 +102,12 @@ org.slf4j slf4j-api - 2.0.12 + 2.0.16 org.apache.logging.log4j log4j-slf4j2-impl - 2.23.1 + 2.24.1 junit @@ -132,7 +132,7 @@ org.awaitility awaitility - 4.2.1 + 4.2.2 test @@ -146,6 +146,14 @@ + + org.codehaus.mojo + versions-maven-plugin + 2.17.1 + + file:///${project.basedir}/versions-ruleset.xml + + maven-shade-plugin @@ -228,16 +236,16 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.2 + 3.6.0 org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 maven-gpg-plugin - 3.2.2 + 3.2.7 org.sonatype.plugins @@ -246,7 +254,7 @@ maven-site-plugin - 3.12.1 + 3.20.0 maven-compiler-plugin @@ -254,30 +262,30 @@ maven-source-plugin - 3.3.0 + 3.3.1 maven-javadoc-plugin - 3.6.3 + 3.10.1 maven-deploy-plugin - 3.1.1 + 3.1.3 maven-jar-plugin - 3.3.0 + 3.4.2 maven-failsafe-plugin - 3.2.5 + 3.5.1 false maven-surefire-plugin - 3.2.5 + 3.5.1 false diff --git a/versions-ruleset.xml b/versions-ruleset.xml new file mode 100644 index 0000000..ba148a7 --- /dev/null +++ b/versions-ruleset.xml @@ -0,0 +1,15 @@ + + + + + (?i).*alpha(-?\d+)? + (?i).*beta(-?\d+)? + (?i).*rc(-?\d+)? + (?i).*m(-?\d+)? + + + + + \ No newline at end of file