Skip to content

Commit

Permalink
Bump org.owasp.dependencycheck from 11.0.0 to 11.1.0 (#1258) (#1260)
Browse files Browse the repository at this point in the history
* Bump org.owasp.dependencycheck from 11.0.0 to 11.1.0

Bumps org.owasp.dependencycheck from 11.0.0 to 11.1.0.

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6bf8a38)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
reta and dependabot[bot] authored Nov 4, 2024
1 parent 69698c3 commit 4029e14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3 to 5.3.1
- Bumps `org.owasp.dependencycheck` from 10.0.2 to 11.1.0

### Changed

Expand Down
4 changes: 2 additions & 2 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ plugins {
java
`java-library`
`maven-publish`
id("com.github.jk1.dependency-license-report") version "2.8"
id("org.owasp.dependencycheck") version "10.0.2"
id("com.github.jk1.dependency-license-report") version "2.9"
id("org.owasp.dependencycheck") version "11.1.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.1.0"
id("de.undercouch.download") version "5.6.0"

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

0 comments on commit 4029e14

Please sign in to comment.