This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new f5f1d5b updates OWASP check plugin to 6.1.5, changelog:
https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md
f5f1d5b is described below
commit f5f1d5bc0a131b22f53424baeaa4c340eb549b62
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Apr 19 13:49:26 2021 +0200
updates OWASP check plugin to 6.1.5, changelog:
https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c3c153f..885e296 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,7 +395,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>6.0.5</version>
+ <version>6.1.5</version>
<configuration>
<suppressionFile>owasp-dc-suppression.xml</suppressionFile>
</configuration>