Skip to content

Commit b0dbd23

Browse files
retadependabot[bot]Xtansia
authored
[Backport] [2.x] Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.2 to 5.3.3, org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.2 (#1406)
* Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.2 to 5.3.3 (#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) * Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.2 in /java-client (#1401) * Bump org.apache.httpcomponents.client5:httpclient5 in /java-client Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.4.1 to 5.4.2. - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.2/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.4.1...rel/v5.4.2) --- 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> (cherry picked from commit b6a9d93) --------- Signed-off-by: Thomas Farr <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Farr <[email protected]>
1 parent ab8e5bd commit b0dbd23

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ 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.client5:httpclient5` from 5.4 to 5.4.2 ([#1401](https://github.com/opensearch-project/opensearch-java/pull/1401))
10+
- 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))
1011
- Bump `org.owasp.dependencycheck` from 11.1.1 to 12.0.2 ([#1381](https://github.com/opensearch-project/opensearch-java/pull/1381), [#1393](https://github.com/opensearch-project/opensearch-java/pull/1393), [#1399](https://github.com/opensearch-project/opensearch-java/pull/1399))
1112

1213
### Changed

java-client/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ dependencies {
210210
testImplementation("com.fasterxml.jackson.datatype", "jackson-datatype-jakarta-jsonp", jacksonVersion)
211211

212212
// ApacheHttpClient5Transport dependencies (optional)
213-
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.4.1") {
213+
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.4.2") {
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)