Skip to content

Commit

Permalink
Update dependency-check to 12.1
Browse files Browse the repository at this point in the history
Leverage NVD mirror as origin is unstable recently
  • Loading branch information
kwin committed Feb 19, 2025
1 parent 6932178 commit f260555
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ Bundle-DocURL: https://adobe-consulting-services.github.io/acs-aem-commons/
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.2</version>
<version>12.1.0</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down Expand Up @@ -870,6 +870,9 @@ Bundle-DocURL: https://adobe-consulting-services.github.io/acs-aem-commons/
<suppressionFiles>
<suppressionFile>dependency-check-maven-plugin-suppression.xml</suppressionFile>
</suppressionFiles>
<!-- use the mirror provided by https://github.com/dependency-check/DependencyCheck_Builder which is updated daily -->
<!-- compare with https://jeremylong.github.io/DependencyCheck/data/mirrornvd.html -->
<nvdDatafeedUrl>https://dependency-check.github.io/DependencyCheck_Builder/nvd_cache/</nvdDatafeedUrl>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit f260555

Please sign in to comment.