From: Olyutorskii Date: Wed, 25 Mar 2020 13:22:57 +0000 (+0900) Subject: update maven plugin. X-Git-Tag: release-1.504.4^2~2 X-Git-Url: http://git.osdn.net/view?p=jindolf%2FJinArchiver.git;a=commitdiff_plain;h=b36193c02a686bb17f2d408b9f8e29994b29ec34 update maven plugin. --- diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 5c27a3a..e760dbe 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -6,7 +6,7 @@ + diff --git a/pom.xml b/pom.xml index a2f8f1e..dd079d1 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ org.apache.maven.plugins maven-site-plugin - 3.8.2 + 3.9.0 @@ -228,7 +228,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.2.0 @@ -240,12 +240,12 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.0 + 3.1.1 com.puppycrawl.tools checkstyle - 8.29 + 8.30 @@ -259,7 +259,14 @@ com.github.spotbugs spotbugs-maven-plugin - 3.1.12.2 + 4.0.0 + + + com.github.spotbugs + spotbugs + 4.0.1 + +