Skip to content

Commit 81c8046

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.9. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v5.0.3...v5.0.9) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8ab6b9 commit 81c8046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ScimShadowProperty/src/ScimShadowProperty/ScimShadowProperty.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ItemGroup>
77
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="5.0.0" />
88
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
9-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.3" />
9+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
1010
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
1111
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.3" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.3" />

0 commit comments

Comments
 (0)