Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Bump httpcore5 from 5.2 to 5.2.1 #176

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps httpcore5 from 5.2 to 5.2.1.

Changelog

Sourced from httpcore5's changelog.

Release 5.2.1

This is a maintenance release that corrects several minor defects discovered since release 5.2 and fixes SOCKS proxy protocol support in the async transport.

Change Log

  • HTTPCLIENT-2248: Fixed broken TLS over SOCKS. Contributed by Oleg Kalnichevski

  • I/O reactor connect process redesign. Contributed by Oleg Kalnichevski

  • SOCKS protocol handling: Delegate resolution of unknown hostnames to the SOCKS proxy. Contributed by Oleg Kalnichevski

  • I/O reactor to validate remote endpoint address at the last moment immediately before connect. Contributed by Oleg Kalnichevski

  • Bug fix: I/O reactor must handle all runtime exceptions when connecting to remote endpoints. Contributed by Oleg Kalnichevski

  • Added org.apache.hc.core5.http.protocol.HttpCoreContext#toString(). Contributed by Gary Gregory

  • Examples should log exceptions instead of swallowing them. Contributed by Gary Gregory

  • HTTPCORE-729: NPE in ServerHttp1IOEventHandlerFactory due to a missing null check Contributed by Oleg Kalnichevski

Commits
  • a628f58 HttpCore 5.2.1 release
  • 1a9c8e1 Updated release notes for HttpCore 5.2.1 release
  • dbc3b14 Bump mockito-core from 4.8.1 to 4.11.0
  • 8b3631b Bump actions/dependency-review-action from 2 to 3
  • c329c39 HTTPCLIENT-2248: fixed broken TLS over SOCKS
  • ebc1d6a I/O reactor connect process redesign
  • d8b602b SOCKS protocol handling: delegate resolution of unknown hostnames to the SOCK...
  • c9f1fa5 I/O reactor to validate remote endpoint address at the last moment immediatel...
  • 064b84b Bug fix: I/O reactor must handle all runtime exceptions when connecting to re...
  • e59b7ad Fix compiler warnings in tests
  • 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 [httpcore5](https://github.com/apache/httpcomponents-core) from 5.2 to 5.2.1.
- [Release notes](https://github.com/apache/httpcomponents-core/releases)
- [Changelog](https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.2...rel/v5.2.1)

---
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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
@rzo1 rzo1 added this to the v5.0.2 milestone Jan 23, 2023
@rzo1 rzo1 merged commit 95373a1 into master Jan 23, 2023
@rzo1 rzo1 deleted the dependabot/maven/org.apache.httpcomponents.core5-httpcore5-5.2.1 branch January 23, 2023 10:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant