Browse Source

Update plugin dependencycheck to v9.0.9 (#2243)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/2250/head
renovate[bot] 8 months ago committed by GitHub
parent
commit
e6877d3142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      gradle/libs.versions.toml

2
gradle/libs.versions.toml

@ -214,7 +214,7 @@ anvil = { id = "com.squareup.anvil", version.ref = "anvil" } @@ -214,7 +214,7 @@ anvil = { id = "com.squareup.anvil", version.ref = "anvil" }
detekt = "io.gitlab.arturbosch.detekt:1.23.4"
ktlint = "org.jlleitschuh.gradle.ktlint:12.1.0"
dependencygraph = "com.savvasdalkitsis.module-dependency-graph:0.12"
dependencycheck = "org.owasp.dependencycheck:9.0.8"
dependencycheck = "org.owasp.dependencycheck:9.0.9"
dependencyanalysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyAnalysis" }
paparazzi = "app.cash.paparazzi:1.3.1"
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }

Loading…
Cancel
Save