Skip to content

Commit

Permalink
build(deps): bump org.owasp:dependency-check-gradle
Browse files Browse the repository at this point in the history
Bumps org.owasp:dependency-check-gradle from 10.0.1 to 10.0.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>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent d2164c6 commit 0ee6fd0
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 @@ -41,7 +41,7 @@ buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
classpath("org.jetbrains.kotlin:kotlin-allopen:${kotlinVersion}")
classpath("org.owasp:dependency-check-gradle:10.0.1")
classpath("org.owasp:dependency-check-gradle:10.0.2")
classpath("org.bouncycastle:bc-fips:${bcFipsVersion}")
classpath("org.bouncycastle:bcpkix-fips:${bcpkixFipsVersion}")
}
Expand Down

0 comments on commit 0ee6fd0

Please sign in to comment.