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.1.3 to 5.2 #1836

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2022

Bumps httpclient5 from 5.1.3 to 5.2.

Changelog

Sourced from httpclient5's changelog.

Release 5.2

This is the first GA release in the 5.2 release series. This release finalizes the 5.2 APIs and corrects a number of defects discovered since the previous release.

Please note that 5.2 upgrades the minimal JRE level to version 8 (8u251 is required).

Please note this is likely to be the last release series with support for SPNEGO and NTLM authentication. As of version 5.3 GSS-API-based authentication schemes (Kerberos, SPNEGO) and NTLM authentication schemes are going to be deprecated and disabled by default.

Notable changes and features included in the 5.2 series:

  • Upgrade to Java 8.

  • Improved support for TLS upgrade and HTTP protocol upgrade (async).

  • Support for H2 tunneling via HTTP/1.1 proxy.

  • Conformance to RFC 7617 (The 'Basic' HTTP Authentication Scheme).

  • Migration to Java 8 Time primitives in State Management and Cache APIs.

  • Connection and TLS configuration on a per route basis.

  • Base64 codec based on Commons Codec replaced with JRE Base64 codec. Dependency on Commons Codec dropped.

  • Optional support for BR (Brotli) decompression.

Change Log

  • HTTPCLIENT-2242: RoutingSupport fails to copy InetAddress when normalizing HttpHost. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2240: Fixed incorrect CONNECT method initialization in ProxyClient. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2236: MultihomeIOSessionRequester fails to enhance the cause exception in case of connect failure if the remoteAddress argument has been given. Contributed by Oleg Kalnichevski

  • Use Objects.toString() instead of String type cast Contributed by Gary Gregory

  • HTTPCLIENT-2232: Last protocol interceptors moved at the end of the H2 protocol processing

... (truncated)

Commits
  • 4ababc5 HttpClient 5.2 release
  • 58a9438 Updated release notes for HttpClient 5.2 release
  • e458cb9 Upgraded HttpCore to version 5.2
  • 16b2cf4 HTTPCLIENT-2242: RoutingSupport fails to copy InetAddress when normalizing Ht...
  • fe1e095 Regression: connection managers fail to take into account per route connectio...
  • 233a5bd Use docker-compose to start compatibility test containers
  • d76d27b Bug fix: PoolingAsyncClientConnectionManager fails to update the execution co...
  • 0390f8d Bump ehcache-api from 3.10.1 to 3.10.2
  • aab9b42 Bump mockito-core from 4.8.0 to 4.8.1
  • 86e081d Upgraded HttpComponents Parent to version 13
  • 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.1.3 to 5.2.
- [Release notes](https://github.com/apache/httpcomponents-client/releases)
- [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.1.3...rel/v5.2)

---
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 Nov 11, 2022
@velo velo merged commit 1ce671a into master Nov 11, 2022
@velo velo deleted the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.2 branch November 11, 2022 19:30
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