Skip to content

Commit

Permalink
[IDP-902] deps: use non-vulnerable version for Azure.Identity (#118)
Browse files Browse the repository at this point in the history
* deps: upgrade Azure.Identity to its latest version for security purposes
* deps(test): remove superfluous package reference in test project
  • Loading branch information
felpel committed Mar 4, 2024
1 parent fcb5db9 commit def70d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<ItemGroup>
<PackageReference Include="AutoBogus" Version="2.13.1" />
<PackageReference Include="Azure.Identity" Version="1.7.0" />
<PackageReference Include="FakeItEasy" Version="8.0.0" />
<PackageReference Include="GSoft.Extensions.Xunit" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.20" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.7.0" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Core" Version="1.36.0" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.22.0-beta.1" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.6.3" />
Expand Down

0 comments on commit def70d1

Please sign in to comment.