Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/src/SFA.DAS.PR.Data.UnitTes…
Browse files Browse the repository at this point in the history
…ts/Azure.Identity-1.11.4
  • Loading branch information
DevenKShah committed Jun 13, 2024
2 parents 1e8a692 + bbc7466 commit 0065ffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SFA.DAS.PR.Api/SFA.DAS.PR.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!--Transitive Packages-->
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SFA.DAS.PR.Application/SFA.DAS.PR.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!--Transitive Packages-->
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.3" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
</ItemGroup>
<!--Transitive Packages-->

Expand Down
2 changes: 1 addition & 1 deletion src/SFA.DAS.PR.Data/SFA.DAS.PR.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!--Transitive Packages-->
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
Expand Down

0 comments on commit 0065ffb

Please sign in to comment.