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 b578f3c9acc45c562b29387643dc7ca566b70f48 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Oct 3 12:48:40 2019 +0300 Upgraded PMD version to 6.18.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d33d271..87e807d 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ <maven.archiver.version>3.4.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.17.0</pmd.version> + <pmd.version>6.18.0</pmd.version> </properties> <profiles>