Skip to content

Commit

Permalink
Bump org.owasp:dependency-check-gradle from 8.4.0 to 8.4.2
Browse files Browse the repository at this point in the history
Bumps [org.owasp:dependency-check-gradle](https://github.com/dependency-check/dependency-check-gradle) from 8.4.0 to 8.4.2.
- [Release notes](https://github.com/dependency-check/dependency-check-gradle/releases)
- [Commits](https://github.com/dependency-check/dependency-check-gradle/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Oct 25, 2023
1 parent b9c4b9a commit 77af094
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 @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath 'org.owasp:dependency-check-gradle:8.4.0'
classpath 'org.owasp:dependency-check-gradle:8.4.2'
}
}

Expand Down

0 comments on commit 77af094

Please sign in to comment.