Skip to content

Commit

Permalink
[Backport] [2.x] Bump org.apache.httpcomponents.core5:httpcore5 from …
Browse files Browse the repository at this point in the history
…5.2.5 to 5.3 (#1196)

* Bump org.apache.httpcomponents.core5:httpcore5-h2 from 5.2.5 to 5.3 (#1192)

* Bump org.apache.httpcomponents.core5:httpcore5-h2 from 5.2.5 to 5.3

Bumps [org.apache.httpcomponents.core5:httpcore5-h2](https://github.com/apache/httpcomponents-core) from 5.2.5 to 5.3.
- [Changelog](https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.2.5...rel/v5.3)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.core5:httpcore5-h2
  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>

* Bump org.apache.httpcomponents.core5:httpcore5 from 5.2.5 to 5.3 (#1194)

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andriy Redko <[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>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent a2e3aaf commit 4128648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
- Bumps `org.junit:junit-bom` from 5.10.3 to 5.11.0
- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.5 to 5.3
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.5 to 5.3

### Changed

Expand Down
4 changes: 2 additions & 2 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ dependencies {
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.3.1") {
exclude(group = "org.apache.httpcomponents.core5")
}
implementation("org.apache.httpcomponents.core5", "httpcore5", "5.2.5")
implementation("org.apache.httpcomponents.core5", "httpcore5-h2", "5.2.5")
implementation("org.apache.httpcomponents.core5", "httpcore5", "5.3")
implementation("org.apache.httpcomponents.core5", "httpcore5-h2", "5.3")

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

0 comments on commit 4128648

Please sign in to comment.