Update dependency org.owasp:dependency-check-gradle to v9.0.4 (#6064)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-08 08:40:20 -06:00 committed by GitHub
parent 4c6039769a
commit 05db74f4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ dependencies {
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
implementation("org.owasp:dependency-check-gradle:9.0.3")
implementation("org.owasp:dependency-check-gradle:9.0.4")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
}