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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 734e7a9 Update maven-pmd-plugin from 3.11.0 to 3.12.0.
734e7a9 is described below
commit 734e7a910fae0c6eb85d1cf779c42b1b7c54652f
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 23 16:02:26 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 461e832..00edbef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@ CSV files of various types.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.11.0</version>
+ <version>3.12.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>