Skip to content

Commit

Permalink
Update dependency-check to 12.1.0 due to
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Feb 19, 2025
1 parent f0f1a75 commit 425fd9c
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 @@ -422,13 +422,16 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.2</version>
<version>12.1.0</version>
<configuration>
<failBuildOnCVSS>11</failBuildOnCVSS>
<skipProvidedScope>true</skipProvidedScope>
<skipSystemScope>true</skipSystemScope>
<retireJsAnalyzerEnabled>false</retireJsAnalyzerEnabled>
<skip>true</skip><!-- only enable in specific submodules -->
<!-- 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>
<plugin>
Expand Down

0 comments on commit 425fd9c

Please sign in to comment.