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 b4a3e3dea91051d5c18d0bc11600ffc4fbb7f360 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Mon May 9 20:39:16 2022 +0300 Upgraded OWASP dependency check pluging to version 7.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1fd13e97f..dfcd500d3 100644 --- a/pom.xml +++ b/pom.xml @@ -201,7 +201,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>6.5.1</version> + <version>7.1.0</version> <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html --> <configuration> <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->