Skip to content

Commit 6548298

Browse files
dependabot[bot]reta
authored andcommitted
Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.2 to 5.3.3 (opensearch-project#1402)
* Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.2 to 5.3.3 Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.3.2 to 5.3.3. - [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.3/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-core@rel/v5.3.2...rel/v5.3.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] <[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> (cherry picked from commit 51bc61d)
1 parent fcde8ec commit 6548298

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
### Dependencies
88
- Bump `org.junit:junit-bom` from 5.11.3 to 5.11.4 ([#1367](https://github.com/opensearch-project/opensearch-java/pull/1367))
9-
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.2 ([#1383](https://github.com/opensearch-project/opensearch-java/pull/1383))
9+
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.3 ([#1383](https://github.com/opensearch-project/opensearch-java/pull/1383), [#1402](https://github.com/opensearch-project/opensearch-java/pull/1402))
1010
- Bump `org.owasp.dependencycheck` from 11.1.1 to 12.0.1 ([#1381](https://github.com/opensearch-project/opensearch-java/pull/1381), [#1393](https://github.com/opensearch-project/opensearch-java/pull/1393))
1111

1212
### Changed

Diff for: java-client/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ dependencies {
213213
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.4.1") {
214214
exclude(group = "org.apache.httpcomponents.core5")
215215
}
216-
implementation("org.apache.httpcomponents.core5", "httpcore5", "5.3.2")
217-
implementation("org.apache.httpcomponents.core5", "httpcore5-h2", "5.3.2")
216+
implementation("org.apache.httpcomponents.core5", "httpcore5", "5.3.3")
217+
implementation("org.apache.httpcomponents.core5", "httpcore5-h2", "5.3.3")
218218

219219
// For AwsSdk2Transport
220220
"awsSdk2SupportCompileOnly"("software.amazon.awssdk", "sdk-core", "[2.21,3.0)")

0 commit comments

Comments
 (0)