Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 75ff633 commit c98da34
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 "11.1.0"
id("org.owasp.dependencycheck") version "11.1.1"

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 "11.1.0"
id("org.owasp.dependencycheck") version "11.1.1"
id("de.undercouch.download") version "5.6.0"

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

0 comments on commit c98da34

Please sign in to comment.