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

Commit 9e4ded9

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer (#1748)
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 2e1f327 commit 9e4ded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Grpc.Net.Client" Version="2.34.0" />
2424
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.34.0" />
2525
<PackageReference Include="Grpc.Tools" Version="2.34.0" PrivateAssets="All" />
26-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.2" />
26+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
2727
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="2.2.0" />
2828
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.2" />
2929
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />

0 commit comments

Comments
 (0)