diff --git a/pom.xml b/pom.xml index 28beb52..e6df88e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,8 @@ UTF-8 - 1.20 - 1.7.24 + 2.0.0 + 1.7.35 @@ -34,9 +34,29 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0 + + + enforce-maven + + enforce + + + + + 3.5.4 + + + + + + maven-compiler-plugin - 3.8.1 + 3.9.0 1.8 1.8 @@ -53,7 +73,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.0.4 + 4.5.3.0 Max Low @@ -85,7 +105,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.0.1 --pinentry-mode @@ -103,7 +123,7 @@ org.apache.maven.plugins maven-source-plugin - 3.1.0 + 3.2.1 @@ -115,7 +135,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.0 + 3.3.1 @@ -138,6 +158,34 @@ 2f4e6a35b09f57 + + maven-clean-plugin + 3.1.0 + + + maven-deploy-plugin + 3.0.0-M2 + + + maven-install-plugin + 3.0.0-M1 + + + maven-jar-plugin + 3.2.2 + + + maven-resources-plugin + 3.2.0 + + + maven-site-plugin + 3.10.0 + + + maven-surefire-plugin + 3.0.0-M5 + @@ -235,7 +283,7 @@ org.projectlombok lombok - 1.18.18 + 1.18.22 provided @@ -246,42 +294,42 @@ commons-io commons-io - 2.8.0 + 2.11.0 org.apache.httpcomponents httpmime - 4.5.10 + 4.5.13 com.fasterxml.jackson.core jackson-databind - 2.9.10.8 + 2.13.1 com.github.tomakehurst wiremock-jre8 - 2.23.2 + 2.32.0 test org.hamcrest hamcrest - 2.1 + 2.2 test org.xmlunit xmlunit-core - 2.6.3 + 2.9.0 test org.xmlunit xmlunit-matchers - 2.6.3 + 2.9.0 test @@ -290,6 +338,11 @@ ${slf4j.version} test + + junit + junit + 4.13.2 + test + -