Skip to content

Commit

Permalink
fix(dotnet): bump Intility.Logging.AspNetCore, Microsoft.AspNetCore.A…
Browse files Browse the repository at this point in the history
…uthentication.JwtBearer and Microsoft.Identity.Web

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

Updates `Intility.Logging.AspNetCore` from 2.1.1 to 3.0.2
- [Release notes](https://github.com/Intility/Intility.Logging/releases)
- [Commits](intility/Intility.Logging@v2.1.1...v3.0.2)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.10 to 8.0.0
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.10...v8.0.0)

Updates `Microsoft.Identity.Web` from 3.3.1 to 3.4.0
- [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@3.3.1...3.4.0)

---
updated-dependencies:
- dependency-name: Intility.Logging.AspNetCore
  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-patch
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent dcf4229 commit 03d346d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<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="3.3.1" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.4.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageReference Include="Intility.Logging.AspNetCore" Version="2.1.1" />
<PackageReference Include="Intility.Logging.AspNetCore" Version="3.0.2" />
<PackageReference Include="Intility.Extensions.Logging.Elasticsearch" Version="2.1.1" />
<PackageReference Include="Intility.Extensions.Logging.Sentry" Version="2.1.1" />
<PackageReference Include="Intility.Extensions.Logging.Dynatrace" Version="2.1.1" />
Expand Down

0 comments on commit 03d346d

Please sign in to comment.