This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/master by this push:
new dd853ce [SHIRO-717] Upgrade to maven-pmd-plugin 3.12.0
new 9deebdb Merge pull request #165 from jbonofre/SHIRO-717
dd853ce is described below
commit dd853ce9601c678bf239b5d2148700a8626097f6
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jul 24 17:17:07 2019 +0200
[SHIRO-717] Upgrade to maven-pmd-plugin 3.12.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2ef07c5..26e66a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1241,7 +1241,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.11.0</version>
+ <version>3.12.0</version>
<configuration>
<sourceEncoding>utf-8</sourceEncoding>
<targetJdk>1.5</targetJdk>