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
The following commit(s) were added to refs/heads/master by this push: new 281add8 Upgraded OWASP plugin version to 6.5.0 281add8 is described below commit 281add881b005dbbb193190a21ae7d3215bcf9b5 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Sat Nov 20 08:49:43 2021 +0200 Upgraded OWASP plugin version to 6.5.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bacfcaa..5eac708 100644 --- a/pom.xml +++ b/pom.xml @@ -200,7 +200,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>6.4.1</version> + <version>6.5.0</version> <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html --> <configuration> <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->