Skip to content

Commit

Permalink
Revert "Bump dependency-check-maven from 6.5.3 to 7.0.0 (#286)"
Browse files Browse the repository at this point in the history
This reverts commit 15ee0d4.

v7 seems to hang while downloading the CVE databases
  • Loading branch information
bdemers committed Mar 1, 2022
1 parent e532f2b commit c487b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.0.0</version>
<version>6.5.3</version>
<configuration>
<cveUrlModified>https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-modified.json.gz</cveUrlModified>
<cveUrlBase>https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-%d.json.gz</cveUrlBase>
Expand Down

0 comments on commit c487b07

Please sign in to comment.