Skip to content

Commit

Permalink
Bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3 in…
Browse files Browse the repository at this point in the history
… /java-client (#637)

* Bump org.apache.httpcomponents.core5:httpcore5 in /java-client

Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.2.2 to 5.2.3.
- [Changelog](https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.2.2...rel/v5.2.3)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  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 25, 2023
1 parent cf0bf21 commit 7e73dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `org.eclipse.parsson:parsson` from 1.1.2 to 1.1.3
- Bumps `io.github.classgraph:classgraph` from 4.8.161 to 4.8.162
- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.2 to 5.2.3
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.2 to 5.2.3

### Changed
- Migrate client transports to Apache HttpClient / Core 5.x ([#246](https://github.com/opensearch-project/opensearch-java/pull/246))
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 @@ -162,7 +162,7 @@ dependencies {
api("org.apache.httpcomponents.client5:httpclient5:5.2.1") {
exclude(group = "org.apache.httpcomponents.core5")
}
api("org.apache.httpcomponents.core5:httpcore5:5.2.2")
api("org.apache.httpcomponents.core5:httpcore5:5.2.3")
api("org.apache.httpcomponents.core5:httpcore5-h2:5.2.3")

// Apache 2.0
Expand Down

0 comments on commit 7e73dfa

Please sign in to comment.