This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 410bfbb37ee4dd036c25f15cc271884cf10d6122 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Dec 31 20:54:29 2020 +0200 Ugraded PMD plugin version to 3.14.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4104e8d..d88edfb 100644 --- a/pom.xml +++ b/pom.xml @@ -1009,7 +1009,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.13.0</version> + <version>3.14.0</version> <configuration> <targetJdk>${javac.target}</targetJdk> <printFailingErrors>true</printFailingErrors>