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 c521ed25274e5083943e3cde26368c24445bb81a Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Sun Feb 2 19:17:59 2020 +0200 Upgraded PMD version to 6.21.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 762f3d8..bbf98c4 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ <maven.archiver.version>3.5.0</maven.archiver.version> <plexus.archiver.version>4.1.0</plexus.archiver.version> <!-- See https://pmd.github.io/ for available latest version --> - <pmd.version>6.20.0</pmd.version> + <pmd.version>6.21.0</pmd.version> </properties> <profiles>