Skip to content

Commit 15c3c23

Browse files
dependabot[bot]geromegrignon
authored andcommitted
Bump Microsoft.AspNetCore.Authentication.JwtBearer in /src/Conduit
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 5.0.7 to 5.0.9. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v5.0.7...v5.0.9) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5dace5 commit 15c3c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Conduit/Conduit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="AutoMapper" Version="10.1.1" />
1010
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
11-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.7" />
11+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.7" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.7" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.7" />

0 commit comments

Comments
 (0)