You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2019/01/31 10:17:15 UTC

[mina-sshd] branch master updated: Upgraded OWASP Maven dependency check plugin version to 4.0.2

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 7d3b1fd  Upgraded OWASP Maven dependency check plugin version to 4.0.2
7d3b1fd is described below

commit 7d3b1fde12cd1fe18968f63358f9c8ef85162ba9
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jan 31 12:17:11 2019 +0200

    Upgraded OWASP Maven dependency check plugin version to 4.0.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 95f645d..7526543 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>3.3.4</version>
+                        <version>4.0.2</version>
                             <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html -->
                         <configuration>
                                 <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->