Skip to content

Commit

Permalink
[Dependencies] Updating Polly (Policy based retrying) to 8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 27, 2024
1 parent c3b03ab commit 6509be0
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 @@ -10,6 +10,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
### Fixed
### Changed
- Dependencies - Updated xunit to 2.9.2
- Dependencies - Updated Polly to 8.4.2
### 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 @@ -60,7 +60,7 @@
<Description>Database interfaces</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="Polly" Version="8.4.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down

0 comments on commit 6509be0

Please sign in to comment.