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 efb15668deb696c5c1af59c641d161bd74ddce19 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Mon May 9 20:45:08 2022 +0300 Upgraded Maven PMD plugin version to 3.16.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12d47073e..d475cbc44 100644 --- a/pom.xml +++ b/pom.xml @@ -1036,7 +1036,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.15.0</version> + <version>3.16.0</version> <configuration> <targetJdk>${javac.target}</targetJdk> <printFailingErrors>true</printFailingErrors>