Skip to content

Commit 782938b

Browse files
authored
Merge pull request #1 from Krypt0r7/dependabot/nuget/AuthAPI/Microsoft.AspNetCore.Authentication.JwtBearer-3.1.18
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 3.0.0 to 3.1.18 in /AuthAPI
2 parents cd66272 + a1caedb commit 782938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AuthAPI/AuthAPI.csproj

+1-1
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)