Skip to content

Commit

Permalink
Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.1 to 5.3.2 (o…
Browse files Browse the repository at this point in the history
…pensearch-project#1383)

* Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.1 to 5.3.2

Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.3.1 to 5.3.2.
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.2/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.3.1...rel/v5.3.2)

---
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>
(cherry picked from commit 335a75c)
  • Loading branch information
dependabot[bot] authored and reta committed Jan 13, 2025
1 parent c0f3d60 commit 5b34b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
- Bump `org.junit:junit-bom` from 5.11.3 to 5.11.4 ([#1367](https://github.com/opensearch-project/opensearch-java/pull/1367))
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.2 ([#1383](https://github.com/opensearch-project/opensearch-java/pull/1383))

### Changed

Expand Down
6 changes: 3 additions & 3 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ dependencies {
testImplementation("com.fasterxml.jackson.datatype", "jackson-datatype-jakarta-jsonp", jacksonVersion)

// ApacheHttpClient5Transport dependencies (optional)
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.4") {
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.4.1") {
exclude(group = "org.apache.httpcomponents.core5")
}
implementation("org.apache.httpcomponents.core5", "httpcore5", "5.3")
implementation("org.apache.httpcomponents.core5", "httpcore5-h2", "5.3.1")
implementation("org.apache.httpcomponents.core5", "httpcore5", "5.3.2")
implementation("org.apache.httpcomponents.core5", "httpcore5-h2", "5.3.2")

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

0 comments on commit 5b34b6f

Please sign in to comment.