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

Commit 71994d0

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer (#1750)
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 9a9b8fb commit 71994d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Ordering/Ordering.API/Ordering.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.16.0" />
5555
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.16.0" />
5656
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.1.3" />
57-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.2" />
57+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
5858
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="2.2.0" />
5959
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" />
6060
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="5.0.2" />

0 commit comments

Comments
 (0)