diff --git a/pom.xml b/pom.xml index f98a5b6..0187058 100644 --- a/pom.xml +++ b/pom.xml @@ -464,7 +464,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.1.2 + 3.2.0 ${basedir}/checkstyle.xml false @@ -514,7 +514,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.1.2 + 3.2.0 ${basedir}/checkstyle.xml false @@ -542,7 +542,7 @@ under the License. org.apache.maven.plugins maven-pmd-plugin - 3.17.0 + 3.18.0 1.3 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4306d23..c6276ee 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -95,7 +95,7 @@ The type attribute can be add,update,fix,remove. Bump maven-dependency-plugin from 2.4 to 3.3.0 #29, #79. - Bump maven-pmd-plugin from 3.3 to 3.17.0 #28, #90. + Bump maven-pmd-plugin from 3.3 to 3.18.0 #28, #90, #100. Bump maven-assembly-plugin from 2.5 to 3.4.2 #30, #94, #96. @@ -104,7 +104,7 @@ The type attribute can be add,update,fix,remove. Bump servlet-api from 2.3 to 2.5 #27. - Bump maven-checkstyle-plugin from 2.7 to 3.1.2 #35. + Bump maven-checkstyle-plugin from 2.7 to 3.2.0 #35, #101. Bump spotbugs-maven-plugin from 4.1.4 to 4.7.1.1 #33, #70, #78, #93, #97.