This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5228-owasp in repository https://gitbox.apache.org/repos/asf/struts.git
commit dc5dac7be21dda4d9292dbcbb1ca64d802ab63f4 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Sep 20 15:27:39 2022 +0200 WW-5228 Upgrades OWASP dependency-check-maven to version 7.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 50d7ce699..e60455fbd 100644 --- a/pom.xml +++ b/pom.xml @@ -379,7 +379,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>7.0.1</version> + <version>7.2.0</version> <configuration> <suppressionFiles> <suppressionFile>src/etc/project-suppression.xml</suppressionFile>