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 da584a5058b4fcba8d174e6e944b410ad308a593 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Tue Dec 24 19:50:17 2019 +0200 Upgraded Maven OWASP plugin to 5.2.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3c58e3f..996fcbe 100644 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>5.2.2</version> + <version>5.2.4</version> <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html --> <configuration> <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->