From c0237210072b6a5341190dc63393fef1e8fbf90c Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Sun, 11 Oct 2020 23:03:57 +0900 Subject: [PATCH] update maven plugins. --- config/checkstyle/checkstyle.xml | 10 +++++++++- pom.xml | 30 +++++++++++++++++++----------- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 5c27a3a..98c7aff 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -6,7 +6,7 @@ + @@ -205,6 +206,7 @@ + @@ -230,6 +232,7 @@ + + @@ -301,6 +305,7 @@ + @@ -310,6 +315,8 @@ + + @@ -340,6 +347,7 @@ + diff --git a/pom.xml b/pom.xml index ab72fcf..7285d18 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + 3.2.0 @@ -167,19 +167,19 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M4 + 3.0.0-M5 org.apache.maven.plugins maven-surefire-report-plugin - 3.0.0-M4 + 3.0.0-M5 org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.6 @@ -209,25 +209,25 @@ org.apache.maven.plugins maven-site-plugin - 3.8.2 + 3.9.1 org.apache.maven.plugins maven-assembly-plugin - 3.2.0 + 3.3.0 org.apache.maven.plugins maven-project-info-reports-plugin - 3.0.0 + 3.1.1 org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.2.0 @@ -239,12 +239,12 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.0 + 3.1.1 com.puppycrawl.tools checkstyle - 8.29 + 8.36.2 @@ -258,7 +258,14 @@ com.github.spotbugs spotbugs-maven-plugin - 3.1.12.2 + 4.1.3 + + + com.github.spotbugs + spotbugs + 4.1.3 + + @@ -407,6 +414,7 @@ org.apache.maven.plugins maven-assembly-plugin + posix src/assembly/src.xml -- 2.11.0