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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-16 18:37:00 -08:00 committed by GitHub
parent cfaa97a490
commit a52809ad43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
implementation("org.owasp:dependency-check-gradle:12.0.2")
implementation("org.owasp:dependency-check-gradle:12.1.0")
}
spotless {