fix(deps): update dependency org.owasp:dependency-check-gradle to v12 (#7011)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-14 11:15:00 -08:00 committed by GitHub
parent 4b3cedda0d
commit bfd87cad4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ dependencies {
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
implementation("org.owasp:dependency-check-gradle:11.1.1")
implementation("org.owasp:dependency-check-gradle:12.0.0")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.2")
}