This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/master by this push:
new 1ae2727 [SHIRO-659] Upgrade to OWASP dependency-check-maven plugin
4.0.0
new 6b86fdb Merge pull request #112 from fpapon/SHIRO-659
1ae2727 is described below
commit 1ae2727bc570774dd41cb60a2e194173136ed080
Author: Francois Papon <[email protected]>
AuthorDate: Mon Jan 21 21:25:07 2019 +0400
[SHIRO-659] Upgrade to OWASP dependency-check-maven plugin 4.0.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5478c29..bf41f4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,7 +358,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>1.4.4</version>
+ <version>4.0.0</version>
</plugin>
</plugins>
</pluginManagement>