Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<PackageVersion Include="coverlet.msbuild" Version="10.0.0" />
<PackageVersion Include="dotenv.net" Version="4.0.2" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="Microsoft.Azure.StackExchangeRedis" Version="3.3.1" />
<PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.4" />
<PackageVersion Include="Microsoft.Azure.StackExchangeRedis" Version="3.2.1" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental downgrade of Microsoft.Azure.StackExchangeRedis package

Medium Severity

Microsoft.Azure.StackExchangeRedis was accidentally downgraded from 3.3.1 to 3.2.1. The PR only intends to bump Microsoft.Bcl.Memory, but this unrelated package version regression was likely introduced during Dependabot's rebase. This could reintroduce bugs or remove features that were gained in the 3.3.1 upgrade.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1453231. Configure here.

<PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.7" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
<PackageVersion Include="Validation" Version="2.6.68" />
<PackageVersion Include="xunit.v3" Version="3.0.0" />
Expand Down
Loading