Bump org.owasp:dependency-check-gradle from 8.1.1 to 8.1.2 (#5259)

Bumps org.owasp:dependency-check-gradle from 8.1.1 to 8.1.2.

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-01 09:17:51 -06:00 committed by GitHub
parent 060e422969
commit a3a638ecdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ dependencies {
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.0.1") implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.0.1")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.5.0") implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.5.0")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.0") implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.0")
implementation("org.owasp:dependency-check-gradle:8.1.1") implementation("org.owasp:dependency-check-gradle:8.1.2")
} }
// We can't apply conventions to this build so include important ones such as the Java compilation // We can't apply conventions to this build so include important ones such as the Java compilation