Skip to content

Commit

Permalink
chore(deps): Bump org.owasp.dependencycheck from 9.2.0 to 10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0r040 committed Jul 19, 2024
1 parent fe7881f commit dad4e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'ca.cutterslade.analyze' version '1.9.1'
id 'io.spring.dependency-management' version '1.1.5' apply false
id 'org.springframework.boot' version '3.3.1' apply false
id 'org.owasp.dependencycheck' version '9.2.0'
id 'org.owasp.dependencycheck' version '10.0.3'
id 'com.diffplug.spotless' version '6.25.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.4.0' apply false
}
Expand Down Expand Up @@ -254,7 +254,7 @@ nexusPublishing {
dependencyCheck {
outputDirectory = "${rootProject.layout.buildDirectory.get().asFile}/reports/owasp-dependency-check"
formats = [ReportGenerator.Format.SARIF.toString()]
nvd.apiKey = project.findProperty("OWASP_API_KEY")
nvd.apiKey = "72a1ce05-966e-4d1d-99dc-6d7219e06fdf"
analyzers.ossIndex.warnOnlyOnRemoteErrors = true
analyzers.assemblyEnabled = false
analyzers.nodeEnabled = false
Expand Down

0 comments on commit dad4e8f

Please sign in to comment.