Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<description>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.</description>
<inceptionYear>2013</inceptionYear>
<properties>
<version.maven-plugin-plugin>3.15.1</version.maven-plugin-plugin>
<version.maven-plugin-plugin>3.15.2</version.maven-plugin-plugin>
</properties>
<scm>
<connection>scm:git:https://github.com/dependency-check/DependencyCheck.git</connection>
Expand Down