Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump httpclient5 from 5.0.3 to 5.1.3 #1667

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2022

Bumps httpclient5 from 5.0.3 to 5.1.3.

Changelog

Sourced from httpclient5's changelog.

Release 5.1.3

This release upgrades HttpCore to the latest 5.1 version and fixes a number of issues found since release 5.1.2.

Change Log

  • Fixed incompatibility with older versions of Android shipping with Commons Codec < 1.4. Contributed by Oleg Kalnichevski

  • Bug fix: ByteArrayBuilder incorrectly handles empty strings. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2195, regression: classic ConnectExec incorrectly discards the proxy response body even if the request cannot be executed and the response is final. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2194: async retries not including body (#343). Contributed by Jason Mathison

  • Automatically retry requests that failed with RequestNotExecutedException. Contributed by Oleg Kalnichevski

  • Bug fix: Incorrect connection validity check in the async connection manager can cause an IllegalStateException and lead to a connection leak. Treat closed connections as valid due to the connection open check being inherently racy. Contributed by Oleg Kalnichevski

  • Bump log4j to 2.12.3 Contributed by mxd4

Release 5.1.2

This is an emergency release that fixes a regression introduced in the previous release that can lead to a connection leak when executing requests with a non-repeatable streaming entity with the classic (blocking) HttpClient. Async and minimal HttpClient implementations are not affected by the regression.

Change Log

  • HTTPCLIENT-2184: Fixed regression in the connection reuse logic of the classic (blocking) request execution pipeline.

Release 5.1.1

... (truncated)

Commits
  • 64d662d HttpClient 5.1.3 release
  • 61d0c6e Updated release notes for HttpClient 5.1.3 release
  • 97e7735 Updated copyright statement in NOTICE.txt
  • abef8ac Fixed incompatibility with older versions of Android shipping with Commons Co...
  • a963001 Bug fix: ByteArrayBuilder incorrectly handles empty strings
  • b4b8429 HTTPCLIENT-2195, regression: classic ConnectExec incorrectly discards the pro...
  • 699467f Httpclient-2194 async retries not including body (#343)
  • af59b04 Automatically retry requests that failed with RequestNotExecutedException
  • 7d0ad1a Upgraded HttpCore to version 5.1.3
  • 712658b Bug fix: Incorrect connection validity check in the async connection manager ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [httpclient5](https://github.com/apache/httpcomponents-client) from 5.0.3 to 5.1.3.
- [Release notes](https://github.com/apache/httpcomponents-client/releases)
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.1.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.0.3...rel/v5.1.3)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 29, 2022
@velo velo merged commit 5ada489 into master Jun 29, 2022
@velo velo deleted the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.1.3 branch June 29, 2022 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant