This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit 0c87f35e10e47134357b6c4fc0dca63e39b551a0 Author: Gary Gregory <[email protected]> AuthorDate: Wed Apr 24 14:15:24 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 d7a6f93..76c08e4 100644 --- a/pom.xml +++ b/pom.xml @@ -349,7 +349,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>
