Skip to content

Commit

Permalink
Bump org.owasp:dependency-check-gradle from 8.0.2 to 8.1.0 (#5214)
Browse files Browse the repository at this point in the history
Bumps org.owasp:dependency-check-gradle from 8.0.2 to 8.1.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2023
1 parent e6a83f2 commit f183114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.0.1")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.5.0")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.0")
implementation("org.owasp:dependency-check-gradle:8.0.2")
implementation("org.owasp:dependency-check-gradle:8.1.0")
}

// We can't apply conventions to this build so include important ones such as the Java compilation
Expand Down

0 comments on commit f183114

Please sign in to comment.