Skip to content

Commit

Permalink
fix(dotnet): bump Microsoft.Identity.Web and Microsoft.AspNetCore.Aut…
Browse files Browse the repository at this point in the history
…hentication.JwtBearer

Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) and [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore). These dependencies needed to be updated together.

Updates `Microsoft.Identity.Web` from 2.16.1 to 3.3.1
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.16.1...3.3.1)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.1 to 9.0.0-rc.2.24474.3
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.1...v9.0.0-rc.2.24474.3)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and h3rmanj committed Nov 4, 2024
1 parent 1533f94 commit 73b229c
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 @@
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.16.1" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.3.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageReference Include="Intility.Logging.AspNetCore" Version="2.1.1" />
<PackageReference Include="Intility.Extensions.Logging.Elasticsearch" Version="2.1.1" />
Expand Down

0 comments on commit 73b229c

Please sign in to comment.