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 de55429138a531cafd72476eff83f3e7a5933ba0 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Oct 22 19:16:19 2020 +0300 Upgraded PMD version to 6.28.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e7889c5..b8aa059 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ <maven.archiver.version>3.5.0</maven.archiver.version> <plexus.archiver.version>4.2.2</plexus.archiver.version> <!-- See https://pmd.github.io/ for available latest version --> - <pmd.version>6.27.0</pmd.version> + <pmd.version>6.28.0</pmd.version> <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor> <sshd.tests.rerun.count>2</sshd.tests.rerun.count>