Azure / azure-notificationhubs-java-backend

Azure Notification Hubs SDK for Java
https://docs.microsoft.com/en-us/azure/notification-hubs/
Apache License 2.0
35 stars 49 forks source link

Bump httpclient5 from 5.1.2 to 5.1.3 in /NotificationHubs #120

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps httpclient5 from 5.1.2 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

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)