Skip to content

Commit

Permalink
Upgrade Polly to latest version (8.2.1) (#4860)
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk authored Jan 7, 2024
1 parent 68c6e87 commit b02e145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions eng/packages/General.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="$(MicrosoftExtensionsPrimitivesVersion)" />
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream" Version="2.3.2" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
<PackageVersion Include="Polly" Version="8.2.0" />
<PackageVersion Include="Polly.Core" Version="8.2.0" />
<PackageVersion Include="Polly.Extensions" Version="8.2.0" />
<PackageVersion Include="Polly.RateLimiting" Version="8.2.0" />
<PackageVersion Include="Polly" Version="8.2.1" />
<PackageVersion Include="Polly.Core" Version="8.2.1" />
<PackageVersion Include="Polly.Extensions" Version="8.2.1" />
<PackageVersion Include="Polly.RateLimiting" Version="8.2.1" />
<PackageVersion Include="System.Buffers" Version="4.5.1" />
<PackageVersion Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
<PackageVersion Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
Expand Down Expand Up @@ -72,7 +72,7 @@
<PackageVersion Include="Microsoft.AspNetCore.Routing.Abstractions" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Routing" Version="2.2.2" />
<PackageVersion Include="System.IO.Pipelines" Version="4.5.1" />
<PackageVersion Include="System.Security.Cryptography.Xml" Version="4.7.1" />
<PackageVersion Include="System.Security.Cryptography.Xml" Version="4.7.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion eng/packages/TestOnly.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.3" />
<PackageVersion Include="Moq.AutoMock" Version="3.1.0" />
<PackageVersion Include="Moq" Version="4.18.4" />
<PackageVersion Include="Polly.Testing" Version="8.0.0" />
<PackageVersion Include="Polly.Testing" Version="8.2.1" />
<PackageVersion Include="StrongNamer" Version="0.2.5" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="$(SystemConfigurationConfigurationManagerVersion)" />
<PackageVersion Include="Xunit.Combinatorial" Version="1.5.25" />
Expand Down

0 comments on commit b02e145

Please sign in to comment.