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-text.git
The following commit(s) were added to refs/heads/master by this push:
new c1bdf5c Update maven-pmd-plugin from 3.11.0 to 3.12.0.
c1bdf5c is described below
commit c1bdf5c398d2004a92cde08f1ccec07a20c635ee
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 24 14:16:59 2019 -0400
Update maven-pmd-plugin from 3.11.0 to 3.12.0.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8bae32e..9d177ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.11.0</version>
+ <version>3.12.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>