Update Maven PMD plugin from 3.8 to 3.9.0.

This commit is contained in:
Gary Gregory 2018-02-23 16:10:43 -07:00
parent bb3fe2a379
commit 284de66aaf
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.8</version>
<version>3.9.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>