This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch SSHD-966 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit d1df42e6446ee606259fa29abbc056adb59e17d1 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri May 15 07:10:12 2020 +0300 Upgraded PMD version to 6.23.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8bbde34..d8f4a9a 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ --> <plexus.archiver.version>4.1.0</plexus.archiver.version> <!-- See https://pmd.github.io/ for available latest version --> - <pmd.version>6.22.0</pmd.version> + <pmd.version>6.23.0</pmd.version> <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor> <sshd.tests.rerun.count>2</sshd.tests.rerun.count>