From b36193c02a686bb17f2d408b9f8e29994b29ec34 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Wed, 25 Mar 2020 22:22:57 +0900 Subject: [PATCH] update maven plugin. --- config/checkstyle/checkstyle.xml | 3 ++- pom.xml | 17 ++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) 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 + + -- 2.11.0