Skip to content

Commit

Permalink
Bump org.owasp.dependencycheck from 10.0.4 to 11.0.0
Browse files Browse the repository at this point in the history
Bumps org.owasp.dependencycheck from 10.0.4 to 11.0.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent a28f3eb commit baf319f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ plugins {
`java-library`
`maven-publish`
id("com.github.jk1.dependency-license-report") version "2.9"
id("org.owasp.dependencycheck") version "10.0.4"
id("org.owasp.dependencycheck") version "11.0.0"

id("opensearch-java.spotless-conventions")
}
Expand Down
2 changes: 1 addition & 1 deletion java-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
plugins {
application
id("com.github.jk1.dependency-license-report") version "2.9"
id("org.owasp.dependencycheck") version "10.0.4"
id("org.owasp.dependencycheck") version "11.0.0"
id("de.undercouch.download") version "5.6.0"

id("opensearch-java.spotless-conventions")
Expand Down

0 comments on commit baf319f

Please sign in to comment.