Skip to content

Commit 8881218

Browse files
Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4 (#1204)
* Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4 Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.3.1 to 5.4. - [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.3.1...rel/v5.4) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 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>
1 parent 230a92c commit 8881218

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9
1111
- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.5 to 5.3
1212
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.5 to 5.3
13+
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.1 to 5.4
1314

1415
This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section.
1516

@@ -551,4 +552,4 @@ This section is for maintaining a changelog for all breaking changes for the cli
551552
[2.5.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.4.0...v2.5.0
552553
[2.4.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.3.0...v2.4.0
553554
[2.3.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.2.0...v2.3.0
554-
[2.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.1.0...v2.2.0
555+
[2.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.1.0...v2.2.0

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dependencies {
186186
}
187187
testImplementation("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
188188

189-
api("org.apache.httpcomponents.client5:httpclient5:5.3.1") {
189+
api("org.apache.httpcomponents.client5:httpclient5:5.4") {
190190
exclude(group = "org.apache.httpcomponents.core5")
191191
}
192192
api("org.apache.httpcomponents.core5:httpcore5:5.3")

0 commit comments

Comments
 (0)