This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 24113f4 Update maven-pmd-plugin from 3.5 to 3.12.0.
24113f4 is described below
commit 24113f46d2890f2aa972a2f88bb03dccb59c252a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 23 15:04:34 2019 -0400
Update maven-pmd-plugin from 3.5 to 3.12.0.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 942de1b..75cf55b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,7 +295,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.5</version>
+ <version>3.12.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>