Skip to content

Commit

Permalink
Bump the msal-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the msal-dependencies group with 3 updates: [Microsoft.Identity.Client.Extensions.Msal](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet), [Microsoft.Identity.Client.Broker](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) and [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet).


Updates `Microsoft.Identity.Client.Extensions.Msal` from 2.32.0 to 4.56.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commits/4.56.0)

Updates `Microsoft.Identity.Client.Broker` from 4.55.0 to 4.56.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.55.0...4.56.0)

Updates `Microsoft.Identity.Client` from 4.55.0 to 4.56.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.55.0...4.56.0)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client.Extensions.Msal
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: msal-dependencies
- dependency-name: Microsoft.Identity.Client.Broker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: msal-dependencies
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: msal-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 781a5fe commit d9058d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/AdoPat/AdoPat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AdditionalFiles Include="..\stylecop\stylecop.json" Link="stylecop.json" />
<Compile Include="..\stylecop\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.32.0" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.56.0" />
<PackageReference Include="Microsoft.VisualStudio.Services.Client" Version="19.215.0-preview" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.55.0" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.56.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MSALWrapper\MSALWrapper.csproj" />
Expand All @@ -31,7 +31,7 @@
<!--Windows: Explicitly continue using the net5 version of MSAL since there is no net6 target yet
https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3682-->
<PackageReference Include="Microsoft.Identity.Client" GeneratePathProperty="true">
<Version>4.55.0</Version>
<Version>4.56.0</Version>
</PackageReference>

<Reference Include="Microsoft.Identity.Client">
Expand All @@ -41,6 +41,6 @@

<ItemGroup Condition="$([MSBuild]::IsOSPlatform('Windows')) == false">
<!-- Not Windows: simple package reference -->
<PackageReference Include="Microsoft.Identity.Client" Version="4.55.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.56.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions src/MSALWrapper/MSALWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.32.0" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.56.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.16.0" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.55.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.55.0" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.56.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.56.0" />

</ItemGroup>

Expand Down

0 comments on commit d9058d8

Please sign in to comment.