Skip to content

Commit 9213138

Browse files
Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.3 (#754)
* Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.3 Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.2.1 to 5.2.3. - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.2.3/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.2.1...rel/v5.2.3) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ae79a98 commit 9213138

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
- Bumps `org.owasp.dependencycheck` from 8.4.2 to 9.0.1
88
- Bumps `com.diffplug.spotless` from 6.22.0 to 6.23.0
99
- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.3 to 5.2.4
10+
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.2.1 to 5.2.3
1011

1112
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.
1213

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ dependencies {
159159
compileOnly("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
160160
testImplementation("org.opensearch.test", "framework", opensearchVersion)
161161

162-
api("org.apache.httpcomponents.client5:httpclient5:5.2.1") {
162+
api("org.apache.httpcomponents.client5:httpclient5:5.2.3") {
163163
exclude(group = "org.apache.httpcomponents.core5")
164164
}
165165
api("org.apache.httpcomponents.core5:httpcore5:5.2.3")

0 commit comments

Comments
 (0)