This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 353b768 Upgrades OWASP Dependency Check plugin 353b768 is described below commit 353b76881a894d303fd7b3fed3c611d5448f5e61 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Jan 11 07:51:19 2021 +0100 Upgrades OWASP Dependency Check plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2bc558d..01ff34a 100644 --- a/pom.xml +++ b/pom.xml @@ -363,7 +363,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>5.3.2</version> + <version>6.0.5</version> <configuration> <suppressionFiles> <suppressionFile>src/etc/project-suppression.xml</suppressionFile>