Skip to content

Commit a1caedb

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer in /AuthAPI
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/aspnet/AspNetCore) from 3.0.0 to 3.1.18. - [Release notes](https://github.com/aspnet/AspNetCore/releases) - [Commits](dotnet/aspnetcore@v3.0.0...v3.1.18) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd66272 commit a1caedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AuthAPI/AuthAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="AutoMapper" Version="9.0.0" />
99
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
1010
<PackageReference Include="JWT" Version="5.2.3" />
11-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
1414
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.5.0" />

0 commit comments

Comments
 (0)