Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Http.Polly, Polly and Polly.Extensions.Http
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore), [Polly](https://github.com/App-vNext/Polly) and [Polly.Extensions.Http](https://github.com/App-vNext/Polly.Extensions.Http). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.Http.Polly` from 8.0.10 to 9.0.0
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.10...v9.0.0)

Updates `Polly` from 8.4.2 to 7.2.4
- [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.4.2...7.2.4)

Updates `Polly.Extensions.Http` from 3.0.0 to 3.0.0
- [Release notes](https://github.com/App-vNext/Polly.Extensions.Http/releases)
- [Changelog](https://github.com/App-vNext/Polly.Extensions.Http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/App-vNext/Polly.Extensions.Http/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Http.Polly
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Polly
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Polly.Extensions.Http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent eb93932 commit 96897ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stiebel-eltron-dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
<PackageReference Include="Polly.Extensions.Http" Version="3.0.0" />
<PackageReference Include="Polly" Version="8.4.2" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.0" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="7.1.0" />
Expand Down

0 comments on commit 96897ca

Please sign in to comment.