Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1 (#…
…3670) Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.4 to 5.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-client/blob/rel/v5.4.1/RELEASE_NOTES.txt">org.apache.httpcomponents.client5:httpclient5's changelog</a>.</em></p> <blockquote> <h2>Release 5.4.1</h2> <p>This is a maintenance release that upgrades HttpCore to version 5.3.1 and fixes several defects found since release 5.4.</p> <h2>Change Log</h2> <ul> <li> <p>Fixed the problem with request specific push handlers being ignored. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Upgraded HttpCore to version 5.3.1. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Correct the issue with connection state detection in DefaultManagedAsyncClientConnection#isOpen(). Contributed by yhzdys <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fixed propagation of runtime exceptions thrown during connection route setup. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Asynchronous cache protocol handler incorrectly updates the actual cache entry in the cache execution context upon cache entry re-validation. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Response Cache-Control attribute does not get updated in the cache execution context in case of a cache miss. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/httpcomponents-client/commit/9df5acdb37f3502d85b8cc8a9cf4c2d16448ee77"><code>9df5acd</code></a> HttpClient 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/f6169d5edbc1a59a43b333dfed99732279e6dc08"><code>f6169d5</code></a> Updated release notes for HttpClient 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/a5b638d02bf4dcb9ec94e6061bfe2b13f2590d94"><code>a5b638d</code></a> Fixed the problem with request specific push handlers being ignored; added pu...</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/936dbe08f2c10af2aa51fcc5b11451040af761f8"><code>936dbe0</code></a> Upgraded HttpCore to version 5.3.1</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/0eb9a47a6251a0086c82d41150b4e69dd9604a2a"><code>0eb9a47</code></a> HTTPCLIENT-2346: Javadoc correction</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/f4e396f69c932d6bf96554c5e356297cf848d3d7"><code>f4e396f</code></a> Bug fix: Correct the issue with connection state detection in DefaultManagedA...</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/ca5e14e4e7581b278e39038ebeb827393993a2ec"><code>ca5e14e</code></a> Bug fix: Fixed propagation of runtime exceptions thrown during connection rou...</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/876d0f040a14ab7f2d98eb49bfc8721a30ac2f06"><code>876d0f0</code></a> Re-enabled async client authentication tests</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/e6a410439f5eb26f8eb35f0758ad1e018765bb87"><code>e6a4104</code></a> Bug fix: async cache protocol handler incorrectly updates the actual cache en...</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/e7b3a5316c49c9edfc3d26ef3e173103d672013c"><code>e7b3a53</code></a> Bug fix: response Cache-Control attribute does not get updated in the cache e...</li> <li>Additional commits viewable in <a href="https://github.com/apache/httpcomponents-client/compare/rel/v5.4...rel/v5.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents.client5:httpclient5&package-manager=gradle&previous-version=5.4&new-version=5.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
- Loading branch information