Skip to content

Commit

Permalink
mend 82221 (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Karcz <ckarcz@pexcard.com>
  • Loading branch information
ckarcz and Chris Karcz authored Jan 8, 2024
1 parent 27aefe7 commit ca006af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AplosConnector.Common/AplosConnector.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.15.0" />
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="6.0.16" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="6.0.16" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.AzureKeyVault" Version="3.1.24" />
Expand Down
2 changes: 1 addition & 1 deletion src/AplosConnector.Web/AplosConnector.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!--Addresses CVE-2020-1045-->
<PackageReference Include="LazyCache.AspNetCore" Version="2.4.0" />

<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.17.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
Expand Down

0 comments on commit ca006af

Please sign in to comment.