Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Http.Polly from 7.0.11 to 7.0.12 (#675)
Browse files Browse the repository at this point in the history
* Bump Microsoft.Extensions.Http.Polly from 7.0.11 to 7.0.12

Bumps [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore) from 7.0.11 to 7.0.12.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update NuGet lock files after Dependabot dependency update.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: OlegRa <[email protected]>
  • Loading branch information
dependabot[bot] and OlegRa authored Oct 15, 2023
1 parent fe5a7d6 commit 28f5a4d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Alpaca.Markets.Extensions/Alpaca.Markets.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.11" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.12" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="System.Threading.Channels" Version="7.0.0" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" PrivateAssets="compile;contentfiles;build;analyzers" />
Expand Down
24 changes: 12 additions & 12 deletions Alpaca.Markets.Extensions/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
},
"Microsoft.Extensions.Http.Polly": {
"type": "Direct",
"requested": "[7.0.11, )",
"resolved": "7.0.11",
"contentHash": "S5Hf0yN82oa9Z/gy+fzyKfnTfuItDoF1hL+ikJrruJGv+STC622gLqXZyntMSQjLfwGYIf9zrLU8AESMWIRj0g==",
"requested": "[7.0.12, )",
"resolved": "7.0.12",
"contentHash": "ydLK3X8c714By7gPzyhqEvNBIFOx/FynhK4CbnjJfjvbZRd05eIfQdTVwC55nOf9uuyUh2G+sz6OXYCuDoE+yg==",
"dependencies": {
"Microsoft.Extensions.Http": "7.0.0",
"Polly": "7.2.3",
Expand Down Expand Up @@ -320,9 +320,9 @@
},
"Microsoft.Extensions.Http.Polly": {
"type": "Direct",
"requested": "[7.0.11, )",
"resolved": "7.0.11",
"contentHash": "S5Hf0yN82oa9Z/gy+fzyKfnTfuItDoF1hL+ikJrruJGv+STC622gLqXZyntMSQjLfwGYIf9zrLU8AESMWIRj0g==",
"requested": "[7.0.12, )",
"resolved": "7.0.12",
"contentHash": "ydLK3X8c714By7gPzyhqEvNBIFOx/FynhK4CbnjJfjvbZRd05eIfQdTVwC55nOf9uuyUh2G+sz6OXYCuDoE+yg==",
"dependencies": {
"Microsoft.Extensions.Http": "7.0.0",
"Polly": "7.2.3",
Expand Down Expand Up @@ -580,9 +580,9 @@
},
"Microsoft.Extensions.Http.Polly": {
"type": "Direct",
"requested": "[7.0.11, )",
"resolved": "7.0.11",
"contentHash": "S5Hf0yN82oa9Z/gy+fzyKfnTfuItDoF1hL+ikJrruJGv+STC622gLqXZyntMSQjLfwGYIf9zrLU8AESMWIRj0g==",
"requested": "[7.0.12, )",
"resolved": "7.0.12",
"contentHash": "ydLK3X8c714By7gPzyhqEvNBIFOx/FynhK4CbnjJfjvbZRd05eIfQdTVwC55nOf9uuyUh2G+sz6OXYCuDoE+yg==",
"dependencies": {
"Microsoft.Extensions.Http": "7.0.0",
"Polly": "7.2.3",
Expand Down Expand Up @@ -795,9 +795,9 @@
},
"Microsoft.Extensions.Http.Polly": {
"type": "Direct",
"requested": "[7.0.11, )",
"resolved": "7.0.11",
"contentHash": "S5Hf0yN82oa9Z/gy+fzyKfnTfuItDoF1hL+ikJrruJGv+STC622gLqXZyntMSQjLfwGYIf9zrLU8AESMWIRj0g==",
"requested": "[7.0.12, )",
"resolved": "7.0.12",
"contentHash": "ydLK3X8c714By7gPzyhqEvNBIFOx/FynhK4CbnjJfjvbZRd05eIfQdTVwC55nOf9uuyUh2G+sz6OXYCuDoE+yg==",
"dependencies": {
"Microsoft.Extensions.Http": "7.0.0",
"Polly": "7.2.3",
Expand Down
2 changes: 1 addition & 1 deletion Alpaca.Markets.Tests/Alpaca.Markets.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.11" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.12" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
Expand Down

0 comments on commit 28f5a4d

Please sign in to comment.