Skip to content

Commit

Permalink
Bump org.owasp.dependencycheck from 10.0.3 to 10.0.4 in /java-client (o…
Browse files Browse the repository at this point in the history
…pensearch-project#1175)

* Bump org.owasp.dependencycheck from 10.0.3 to 10.0.4 in /java-client

Bumps org.owasp.dependencycheck from 10.0.3 to 10.0.4.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Sep 2, 2024
1 parent 5a9ea74 commit b4f49c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased 3.0]
### Dependencies
- Bumps `org.junit:junit-bom` from 5.10.2 to 5.11.0
- Bumps `org.owasp.dependencycheck` from 10.0.2 to 10.0.3
- Bumps `org.owasp.dependencycheck` from 10.0.2 to 10.0.4
- Bumps `org.eclipse.parsson:parsson` from 1.1.6 to 1.1.7
- Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9
Expand Down
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.3"
id("org.owasp.dependencycheck") version "10.0.4"
id("com.diffplug.spotless") version "6.25.0"
}
apply(plugin = "opensearch.repositories")
Expand Down

0 comments on commit b4f49c0

Please sign in to comment.