Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 6654fae

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer (#9)
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 5.0.0 to 5.0.9. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v5.0.0...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 233ed0c commit 6654fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PortfoliosSample/grpc/TraderSys/src/TraderSys.Portfolios/TraderSys.Portfolios.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Grpc.AspNetCore" Version="2.32.0" />
1313
<PackageReference Include="Grpc.Tools" Version="2.34.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" />
14+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)