Skip to content

Commit

Permalink
Bump org.owasp.dependencycheck to 10.0.3
Browse files Browse the repository at this point in the history
#INTERLOK-4389 Add NVD DatafeedUrl
  • Loading branch information
Sebastien Belin committed Jul 19, 2024
1 parent dc16331 commit 8204d4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.apache.tools.ant.filters.*
plugins {
id "com.github.spotbugs" version "6.0.19" apply false
id "org.sonarqube" version "4.4.1.3373"
id "org.owasp.dependencycheck" version "9.0.10" apply false
id "org.owasp.dependencycheck" version "10.0.3" apply false
id "io.freefair.lombok" version "8.6" apply false
id "org.gradle.test-retry" version "1.5.9" apply false
}
Expand Down Expand Up @@ -333,7 +333,8 @@ subprojects {
failBuildOnCVSS = 7.0
nvd {
apiKey = System.getenv("NVD_API_KEY")
delay=project.findProperty('dependencyCheckNvdDelay')
delay=project.findProperty("dependencyCheckNvdDelay")
datafeedUrl=project.findProperty("dependencyCheckNvdDatafeedUrl")
}
analyzers {
assemblyEnabled=false
Expand Down

0 comments on commit 8204d4a

Please sign in to comment.