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 777caaa Upgrades Dependency Check plugin to version 6.1.3 777caaa is described below commit 777caaade067b755b9aa4638f28ba8579d1c7a1d Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Mar 29 09:14:02 2021 +0200 Upgrades Dependency Check plugin to version 6.1.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6c926de..5cd54a8 100644 --- a/pom.xml +++ b/pom.xml @@ -364,7 +364,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>6.1.2</version> + <version>6.1.3</version> <configuration> <suppressionFiles> <suppressionFile>src/etc/project-suppression.xml</suppressionFile>