Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Http.Polly from 8.0.0 to 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Mar 1, 2024
1 parent 56e4593 commit a8331c3
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 @@ -96,7 +96,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.0" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.2" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="System.Threading.Channels" Version="8.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 @@ -49,9 +49,9 @@
},
"Microsoft.Extensions.Http.Polly": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "UbZJib/wukyGVTvX7ZLS988su5XLrDoHDBSXp00Jxre0ONB1XW7e1zTk7vQbJq1PzmD5x7CBqdZQlH2OWte+Uw==",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "blVL0IanVAjc6u30U1eRVgvyGynvAuTTXONDzZYxYYbFJwuziptuxNFjsWe0Yw0L3ScC/SfvokVDdM+yKpZIQA==",
"dependencies": {
"Microsoft.Extensions.Http": "8.0.0",
"Polly": "7.2.4",
Expand Down Expand Up @@ -358,9 +358,9 @@
},
"Microsoft.Extensions.Http.Polly": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "UbZJib/wukyGVTvX7ZLS988su5XLrDoHDBSXp00Jxre0ONB1XW7e1zTk7vQbJq1PzmD5x7CBqdZQlH2OWte+Uw==",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "blVL0IanVAjc6u30U1eRVgvyGynvAuTTXONDzZYxYYbFJwuziptuxNFjsWe0Yw0L3ScC/SfvokVDdM+yKpZIQA==",
"dependencies": {
"Microsoft.Extensions.Http": "8.0.0",
"Polly": "7.2.4",
Expand Down Expand Up @@ -649,9 +649,9 @@
},
"Microsoft.Extensions.Http.Polly": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "UbZJib/wukyGVTvX7ZLS988su5XLrDoHDBSXp00Jxre0ONB1XW7e1zTk7vQbJq1PzmD5x7CBqdZQlH2OWte+Uw==",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "blVL0IanVAjc6u30U1eRVgvyGynvAuTTXONDzZYxYYbFJwuziptuxNFjsWe0Yw0L3ScC/SfvokVDdM+yKpZIQA==",
"dependencies": {
"Microsoft.Extensions.Http": "8.0.0",
"Polly": "7.2.4",
Expand Down Expand Up @@ -906,9 +906,9 @@
},
"Microsoft.Extensions.Http.Polly": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "UbZJib/wukyGVTvX7ZLS988su5XLrDoHDBSXp00Jxre0ONB1XW7e1zTk7vQbJq1PzmD5x7CBqdZQlH2OWte+Uw==",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "blVL0IanVAjc6u30U1eRVgvyGynvAuTTXONDzZYxYYbFJwuziptuxNFjsWe0Yw0L3ScC/SfvokVDdM+yKpZIQA==",
"dependencies": {
"Microsoft.Extensions.Http": "8.0.0",
"Polly": "7.2.4",
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="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
Expand Down

0 comments on commit a8331c3

Please sign in to comment.