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 1c071edc653acf498a84a544ca60e400f7eac95b Author: Lyor Goldstein <[email protected]> AuthorDate: Tue Jul 9 09:37:47 2019 +0300 Upgraded PMD version to 6.16.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7fa2953..6f663d8 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.15.0</pmd.version> + <pmd.version>6.16.0</pmd.version> </properties> <profiles>
