Skip to content

Commit e34d55a

Browse files
authored
chore(deps): update dependency polly to 8.6.3 (#3196)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Polly](https://redirect.github.com/App-vNext/Polly) | `8.6.2` -> `8.6.3` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Polly/8.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Polly/8.6.2/8.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>App-vNext/Polly (Polly)</summary> ### [`v8.6.3`](https://redirect.github.com/App-vNext/Polly/blob/HEAD/CHANGELOG.md#863) [Compare Source](https://redirect.github.com/App-vNext/Polly/compare/8.6.2...8.6.3) - Add release notes configuration by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2678](https://redirect.github.com/App-vNext/Polly/pull/2678) - Simplify release workflow by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2679](https://redirect.github.com/App-vNext/Polly/pull/2679) - Sign-off commits by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2694](https://redirect.github.com/App-vNext/Polly/pull/2694) - Add GitHub sponsorship by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2695](https://redirect.github.com/App-vNext/Polly/pull/2695) - Refactor project dependencies by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2696](https://redirect.github.com/App-vNext/Polly/pull/2696) - Add zizmor by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2698](https://redirect.github.com/App-vNext/Polly/pull/2698) - Update benchmarks by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2712](https://redirect.github.com/App-vNext/Polly/pull/2712) - Reduce async overhead by [@&#8203;pentp](https://redirect.github.com/pentp) in [#&#8203;2664](https://redirect.github.com/App-vNext/Polly/pull/2664) - Update benchmarks by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2713](https://redirect.github.com/App-vNext/Polly/pull/2713) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am" in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/dotnet-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent e366158 commit e34d55a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cloud-sql/mysql/CloudSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore3" Version="5.3.0" />
99
<PackageReference Include="MySql.Data" Version="9.4.0" />
10-
<PackageReference Include="Polly" Version="8.6.2" />
10+
<PackageReference Include="Polly" Version="8.6.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

cloud-sql/postgres/CloudSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore3" Version="5.3.0" />
99
<PackageReference Include="Npgsql" Version="9.0.3" />
10-
<PackageReference Include="Polly" Version="8.6.2" />
10+
<PackageReference Include="Polly" Version="8.6.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

cloud-sql/sql-server/CloudSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore3" Version="5.3.0" />
99
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.0" />
10-
<PackageReference Include="Polly" Version="8.6.2" />
10+
<PackageReference Include="Polly" Version="8.6.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)