Skip to content

Commit

Permalink
Fix oryx build failures by updating Azure.Identity NuGet and address …
Browse files Browse the repository at this point in the history
…security vulnerability (#2467)
  • Loading branch information
samruddhikhandale authored Jun 21, 2024
1 parent cf00640 commit 951e7d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Import Project="$(MSBuildThisFileDirectory)\..\CommonFiles\AssemblyVersion.proj" />

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
Expand Down

0 comments on commit 951e7d7

Please sign in to comment.