Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): Bump org.owasp.dependencycheck from 9.1.0 to 9.2.0
Bumps org.owasp.dependencycheck from 9.1.0 to 9.2.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
commit 42f19061737d9f42a8419dac335634f1b258d698
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'maven-publish'
id 'jacoco'
id 'signing'
id 'org.owasp.dependencycheck' version '9.1.0'
id 'org.owasp.dependencycheck' version '9.2.0'
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

Expand Down