From a612f206bf87cf04fbd8546413c54cee112c6dd9 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 6 Mar 2016 17:30:37 -0500 Subject: [PATCH] version 1.3.5.1 --- dependency-check-maven/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependency-check-maven/pom.xml b/dependency-check-maven/pom.xml index 63dae1100..bb399d4cd 100644 --- a/dependency-check-maven/pom.xml +++ b/dependency-check-maven/pom.xml @@ -20,12 +20,12 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 1.3.6-SNAPSHOT + 1.3.5 dependency-check-maven maven-plugin - + 1.3.5.1 Dependency-Check Maven Plugin dependency-check-maven is a Maven Plugin that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The plugin will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries. 2013