Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Polly from 8.4.2 to 8.5.0 in /ImperatorToCK3 (#2316)
Bumps [Polly](https://github.com/App-vNext/Polly) from 8.4.2 to 8.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/App-vNext/Polly/releases">Polly's releases</a>.</em></p> <blockquote> <h2>8.5.0</h2> <h2>What's Changed</h2> <ul> <li>Clean the Polly.Utils.ObjectPool class by <a href="https://github.com/gabidabet"><code>@gabidabet</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2312">App-vNext/Polly#2312</a></li> <li>Fix issue <a href="https://redirect.github.com/App-vNext/Polly/issues/2288">#2288</a> by <a href="https://github.com/gabidabet"><code>@gabidabet</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2313">App-vNext/Polly#2313</a></li> <li>Remove CA2211 NoWarn by <a href="https://github.com/gabidabet"><code>@gabidabet</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2316">App-vNext/Polly#2316</a></li> <li>Remove CA1816 NoWarn by <a href="https://github.com/gabidabet"><code>@gabidabet</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2317">App-vNext/Polly#2317</a></li> <li>Update signing workflow by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2323">App-vNext/Polly#2323</a></li> <li>Fix hedging failing test by <a href="https://github.com/peter-csala"><code>@peter-csala</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2321">App-vNext/Polly#2321</a></li> <li>Fix S2184, S2104 in Polly.Spec by <a href="https://github.com/ShawnWu33"><code>@ShawnWu33</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2328">App-vNext/Polly#2328</a></li> <li>Add <code>RetryAfter</code> to <code>BrokenCircuitException</code>. by <a href="https://github.com/DL444"><code>@DL444</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2324">App-vNext/Polly#2324</a></li> <li>Supress S4039, CA1010 in Context.Dictionary by <a href="https://github.com/ShawnWu33"><code>@ShawnWu33</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2329">App-vNext/Polly#2329</a></li> <li>Seperate mutation tests by <a href="https://github.com/ShawnWu33"><code>@ShawnWu33</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2331">App-vNext/Polly#2331</a></li> <li>Add chained rate limiter example by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2344">App-vNext/Polly#2344</a></li> <li>Update cake tools by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2293">App-vNext/Polly#2293</a></li> <li>Update Microsoft.Extensions.Caching.Memory by <a href="https://github.com/peter-csala"><code>@peter-csala</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2347">App-vNext/Polly#2347</a></li> <li>Add TelemetrySource to ExecutionRejectedException by <a href="https://github.com/peter-csala"><code>@peter-csala</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2346">App-vNext/Polly#2346</a></li> <li>Document TelemetrySource property of the ExecutionRejectedException by <a href="https://github.com/peter-csala"><code>@peter-csala</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2355">App-vNext/Polly#2355</a></li> <li>Extend snippet explanation by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2373">App-vNext/Polly#2373</a></li> <li>Update to .NET 9 SDK by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2003">App-vNext/Polly#2003</a></li> <li>Use <code>[DebuggerDisableUserUnhandledExceptions]</code> by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2003">App-vNext/Polly#2003</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ShawnWu33"><code>@ShawnWu33</code></a> made their first contribution in <a href="https://redirect.github.com/App-vNext/Polly/pull/2328">App-vNext/Polly#2328</a></li> <li><a href="https://github.com/DL444"><code>@DL444</code></a> made their first contribution in <a href="https://redirect.github.com/App-vNext/Polly/pull/2324">App-vNext/Polly#2324</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/App-vNext/Polly/compare/8.4.2...8.5.0">https://github.com/App-vNext/Polly/compare/8.4.2...8.5.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md">Polly's changelog</a>.</em></p> <blockquote> <h2>8.5.0</h2> <ul> <li>Clean the Polly.Utils.ObjectPool class by <a href="https://github.com/gabidabet"><code>@gabidabet</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2312">App-vNext/Polly#2312</a></li> <li>Fix issue <a href="https://redirect.github.com/App-vNext/Polly/issues/2288">#2288</a> by <a href="https://github.com/gabidabet"><code>@gabidabet</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2313">App-vNext/Polly#2313</a></li> <li>Remove CA2211 NoWarn by <a href="https://github.com/gabidabet"><code>@gabidabet</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2316">App-vNext/Polly#2316</a></li> <li>Remove CA1816 NoWarn by <a href="https://github.com/gabidabet"><code>@gabidabet</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2317">App-vNext/Polly#2317</a></li> <li>Update signing workflow by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2323">App-vNext/Polly#2323</a></li> <li>Fix hedging failing test by <a href="https://github.com/peter-csala"><code>@peter-csala</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2321">App-vNext/Polly#2321</a></li> <li>Fix S2184, S2104 in Polly.Spec by <a href="https://github.com/ShawnWu33"><code>@ShawnWu33</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2328">App-vNext/Polly#2328</a></li> <li>Add <code>RetryAfter</code> to <code>BrokenCircuitException</code>. by <a href="https://github.com/DL444"><code>@DL444</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2324">App-vNext/Polly#2324</a></li> <li>Supress S4039, CA1010 in Context.Dictionary by <a href="https://github.com/ShawnWu33"><code>@ShawnWu33</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2329">App-vNext/Polly#2329</a></li> <li>Seperate mutation tests by <a href="https://github.com/ShawnWu33"><code>@ShawnWu33</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2331">App-vNext/Polly#2331</a></li> <li>Add chained rate limiter example by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2344">App-vNext/Polly#2344</a></li> <li>Update cake tools by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2293">App-vNext/Polly#2293</a></li> <li>Update Microsoft.Extensions.Caching.Memory by <a href="https://github.com/peter-csala"><code>@peter-csala</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2347">App-vNext/Polly#2347</a></li> <li>Add TelemetrySource to ExecutionRejectedException by <a href="https://github.com/peter-csala"><code>@peter-csala</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2346">App-vNext/Polly#2346</a></li> <li>Document TelemetrySource property of the ExecutionRejectedException by <a href="https://github.com/peter-csala"><code>@peter-csala</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2355">App-vNext/Polly#2355</a></li> <li>Extend snippet explanation by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2373">App-vNext/Polly#2373</a></li> <li>Update to .NET 9 SDK by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2003">App-vNext/Polly#2003</a></li> <li>Use <code>[DebuggerDisableUserUnhandledExceptions]</code> by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/App-vNext/Polly/pull/2003">App-vNext/Polly#2003</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/App-vNext/Polly/commit/520ee38ce6d199c3dfc75c87188a0857880edc94"><code>520ee38</code></a> Update to .NET 9 SDK (<a href="https://redirect.github.com/App-vNext/Polly/issues/2003">#2003</a>)</li> <li><a href="https://github.com/App-vNext/Polly/commit/7567acc330c9f74d6c7b14897a8ef4d15e9d475a"><code>7567acc</code></a> Extend snippet explanation</li> <li><a href="https://github.com/App-vNext/Polly/commit/607535cf926a95052117b621febef8f8d71d0714"><code>607535c</code></a> Bump Microsoft.Extensions.TimeProvider.Testing from 8.7.0 to 8.10.0 (<a href="https://redirect.github.com/App-vNext/Polly/issues/2371">#2371</a>)</li> <li><a href="https://github.com/App-vNext/Polly/commit/f3db68b64ce5f540be414313d2607f94816248c1"><code>f3db68b</code></a> Bump rojopolis/spellcheck-github-actions from 0.44.0 to 0.45.0 (<a href="https://redirect.github.com/App-vNext/Polly/issues/2372">#2372</a>)</li> <li><a href="https://github.com/App-vNext/Polly/commit/124dfd65e23951419d74bd02829bad255795e8e6"><code>124dfd6</code></a> Bump NSubstitute from 5.1.0 to 5.3.0 (<a href="https://redirect.github.com/App-vNext/Polly/issues/2365">#2365</a>)</li> <li><a href="https://github.com/App-vNext/Polly/commit/52259e0318e9226a49c6c24ef4e70bc2245873d9"><code>52259e0</code></a> Bump rojopolis/spellcheck-github-actions from 0.43.1 to 0.44.0 (<a href="https://redirect.github.com/App-vNext/Polly/issues/2368">#2368</a>)</li> <li><a href="https://github.com/App-vNext/Polly/commit/21fef0259bae015dc4cf4c20a806129ca78255e0"><code>21fef02</code></a> Bump github/codeql-action from 3.26.13 to 3.27.0 (<a href="https://redirect.github.com/App-vNext/Polly/issues/2369">#2369</a>)</li> <li><a href="https://github.com/App-vNext/Polly/commit/795f06d0a5e3a1e8c9744930fbebbcd04a7687f6"><code>795f06d</code></a> Bump actions/dependency-review-action from 4.3.5 to 4.4.0 (<a href="https://redirect.github.com/App-vNext/Polly/issues/2367">#2367</a>)</li> <li><a href="https://github.com/App-vNext/Polly/commit/12fe5690ec3e7a6365eb8c9e4148342f596315bc"><code>12fe569</code></a> Bump actions/cache from 4.1.1 to 4.1.2 (<a href="https://redirect.github.com/App-vNext/Polly/issues/2359">#2359</a>)</li> <li><a href="https://github.com/App-vNext/Polly/commit/978ac69c7a03556eaf01bce2864677b9ba1ea549"><code>978ac69</code></a> Bump actions/checkout from 4.2.1 to 4.2.2 (<a href="https://redirect.github.com/App-vNext/Polly/issues/2361">#2361</a>)</li> <li>Additional commits viewable in <a href="https://github.com/App-vNext/Polly/compare/8.4.2...8.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Polly&package-manager=nuget&previous-version=8.4.2&new-version=8.5.0)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information