From 03d346ddb37e2c6b5cf379a0742f07f97ffc2949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:28:42 +0000 Subject: [PATCH] fix(dotnet): bump Intility.Logging.AspNetCore, Microsoft.AspNetCore.Authentication.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](https://github.com/Intility/Intility.Logging/compare/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](https://github.com/dotnet/aspnetcore/compare/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](https://github.com/AzureAD/microsoft-identity-web/compare/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] --- .../Company.WebApplication1/Company.WebApplication1.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/iwebapi/Company.WebApplication1/Company.WebApplication1.csproj b/dotnet/iwebapi/Company.WebApplication1/Company.WebApplication1.csproj index 8e27e2cf..dca567da 100644 --- a/dotnet/iwebapi/Company.WebApplication1/Company.WebApplication1.csproj +++ b/dotnet/iwebapi/Company.WebApplication1/Company.WebApplication1.csproj @@ -16,9 +16,9 @@ - + - +