Skip to content

Commit

Permalink
[Dependencies] Updating Polly (Policy based retrying) to 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 17, 2025
1 parent 4781090 commit 7e239cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated FunFair.Test.Common to 6.1.245.1069
- Dependencies - Updated Microsoft.Data.SqlClient to 6.0.0
- Dependencies - Updated Microsoft.Extensions to 9.0.1
- Dependencies - Updated Polly to 8.5.1
### Removed
### Deployment Changes

Expand Down
2 changes: 1 addition & 1 deletion src/Credfeto.Database/Credfeto.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-xhfc-gr8f-ffwc" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Polly" Version="8.5.0" />
<PackageReference Include="Polly" Version="8.5.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down

0 comments on commit 7e239cf

Please sign in to comment.