Skip to content

Commit

Permalink
Merge pull request #464 from ThoughtWorks-SEA/dependabot/gradle/org.o…
Browse files Browse the repository at this point in the history
…wasp.dependencycheck-9.0.1

Bump org.owasp.dependencycheck from 8.4.3 to 9.0.2
  • Loading branch information
chadlwilson authored Dec 4, 2023
2 parents 3b95151 + 78e7b8c commit 4bd4e52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
jacoco
id("com.adarshr.test-logger") version "4.0.0"
id("com.google.cloud.tools.jib") version "3.4.0"
id("org.owasp.dependencycheck") version "8.4.3"
id("org.owasp.dependencycheck") version "9.0.2"
}

group = "recce.server"
Expand Down Expand Up @@ -168,6 +168,7 @@ dependencyCheck {
suppressionFile = "build-config/dependency-check-suppressions.xml"
scanConfigurations = listOf("runtimeClasspath")
analyzers.assemblyEnabled = false // Unneeded, and creates warning noise
nvd.apiKey = System.getenv("NVD_API_KEY") ?: ""
}

application {
Expand Down

0 comments on commit 4bd4e52

Please sign in to comment.