From 208325bdafbcca66b30a49c12d7b7fab7ac428bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 00:23:01 +0000 Subject: [PATCH] Bump Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.8 to 6.0.9 Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 6.0.8 to 6.0.9. - [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/v6.0.8...v6.0.9) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Source/WebScheduler.Api/WebScheduler.Api.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WebScheduler.Api/WebScheduler.Api.csproj b/Source/WebScheduler.Api/WebScheduler.Api.csproj index 927b928b..9466a04c 100644 --- a/Source/WebScheduler.Api/WebScheduler.Api.csproj +++ b/Source/WebScheduler.Api/WebScheduler.Api.csproj @@ -36,7 +36,7 @@ <PackageReference Include="Boxed.AspNetCore.Swagger" Version="10.0.0+build.460" /> <PackageReference Include="Boxed.Mapping" Version="6.0.0+build.458" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.9" /> - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.8" /> + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.9" /> <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="6.0.9" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.8" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.0.0" />