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 fb53103e23f34b52f32fbe380539fe631486874c Author: Lyor Goldstein <[email protected]> AuthorDate: Tue Apr 23 11:56:18 2019 +0300 Upgraded PMD version to 6.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a399d5..e0099a0 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.12.0</pmd.version> + <pmd.version>6.13.0</pmd.version> </properties> <profiles>
