Skip to content

Commit 9c89489

Browse files
authored
chore(deps): update dependency polly to 8.6.5 (#3304)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Polly](https://redirect.github.com/App-vNext/Polly) | `8.6.4` → `8.6.5` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Polly/8.6.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Polly/8.6.4/8.6.5?slim=true) | --- ### Release Notes <details> <summary>App-vNext/Polly (Polly)</summary> ### [`v8.6.5`](https://redirect.github.com/App-vNext/Polly/blob/HEAD/CHANGELOG.md#865) [Compare Source](https://redirect.github.com/App-vNext/Polly/compare/8.6.4...8.6.5) - Extend NuGet package validation by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2762](https://redirect.github.com/App-vNext/Polly/pull/2762) - Suppress S2094 warning by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2765](https://redirect.github.com/App-vNext/Polly/pull/2765) - Refactor cake script by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2769](https://redirect.github.com/App-vNext/Polly/pull/2769) - Pass timeout to `TimeoutRejectedException` by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;2827](https://redirect.github.com/App-vNext/Polly/pull/2827) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent e3fcd86 commit 9c89489

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.5.0" />
10-
<PackageReference Include="Polly" Version="8.6.4" />
10+
<PackageReference Include="Polly" Version="8.6.5" />
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.4" />
10-
<PackageReference Include="Polly" Version="8.6.4" />
10+
<PackageReference Include="Polly" Version="8.6.5" />
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.4" />
10-
<PackageReference Include="Polly" Version="8.6.4" />
10+
<PackageReference Include="Polly" Version="8.6.5" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)