Skip to content

Commit

Permalink
Build(deps): bump org.owasp:dependency-check-gradle from 8.2.1 to 8.3.1
Browse files Browse the repository at this point in the history
Bumps org.owasp:dependency-check-gradle from 8.2.1 to 8.3.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 23, 2023
1 parent c8ed9fd commit 2e830fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
classpath("org.jetbrains.kotlin:kotlin-allopen:${kotlinVersion}")
classpath("org.owasp:dependency-check-gradle:8.2.1")
classpath("org.owasp:dependency-check-gradle:8.3.1")
classpath("org.bouncycastle:bc-fips:${bcFipsVersion}")
classpath("org.bouncycastle:bcpkix-fips:${bcpkixFipsVersion}")
}
Expand Down

0 comments on commit 2e830fa

Please sign in to comment.