Skip to content

Commit

Permalink
Bump the polly group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the polly group with 3 updates: [Polly.Core](https://github.com/App-vNext/Polly), [Polly.Extensions](https://github.com/App-vNext/Polly) and [Polly.RateLimiting](https://github.com/App-vNext/Polly).


Updates `Polly.Core` from 8.3.0 to 8.3.1
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](App-vNext/Polly@8.3.0...8.3.1)

Updates `Polly.Extensions` from 8.3.0 to 8.3.1
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](App-vNext/Polly@8.3.0...8.3.1)

Updates `Polly.RateLimiting` from 8.3.0 to 8.3.1
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](App-vNext/Polly@8.3.0...8.3.1)

---
updated-dependencies:
- dependency-name: Polly.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polly
- dependency-name: Polly.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polly
- dependency-name: Polly.RateLimiting
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polly
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 7, 2024
1 parent a0f15d3 commit 5033500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PollyDemos/PollyDemos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Polly.Core" Version="8.3.0" />
<PackageReference Include="Polly.Core" Version="8.3.1" />
<PackageReference Include="Polly.Extensions" Version="8.3.0" />
<PackageReference Include="Polly.RateLimiting" Version="8.3.0" />
<PackageReference Include="Polly.RateLimiting" Version="8.3.1" />
</ItemGroup>
<ItemGroup>
<Using Include="Polly" />
Expand Down

0 comments on commit 5033500

Please sign in to comment.