Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 9a9b8fb

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer in /src/Web/WebMVC (#1751)
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 5.0.2 to 5.0.9. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v5.0.2...v5.0.9) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8657961 commit 9a9b8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/WebMVC/WebMVC.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.16.0" />
2929
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.16.0" />
3030
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.1.3" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.2" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
3232
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.2" />
3333
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="5.0.2" />
3434
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="2.2.0" />

0 commit comments

Comments
 (0)