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 72b72b4ea019a875604d45656175f3057f8e3d30 Author: Lyor Goldstein <[email protected]> AuthorDate: Thu Jun 20 07:44:59 2019 +0300 Updated OWASP dependency check plugin version to 5.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d0eed6e..f336976 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>5.0.0-M3</version> + <version>5.0.0</version> <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html --> <configuration> <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->
