Skip to content

Commit 17ea541

Browse files
Bump Microsoft.IdentityModel.JsonWebTokens and System.IdentityModel.Tokens.Jwt (#2971)
Bumps Microsoft.IdentityModel.JsonWebTokens from 5.7.0 to 8.14.0 Bumps System.IdentityModel.Tokens.Jwt from 5.7.0 to 8.14.0 --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 8.14.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.14.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c538d4 commit 17ea541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BervProject.WebApi.Boilerplate/BervProject.WebApi.Boilerplate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="5.7.0" />
57-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.7.0" />
56+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.14.0" />
57+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
5858
<PackageReference Include="System.Net.Http" Version="4.3.4" />
5959
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
6060
<InternalsVisibleTo Include="BervProject.WebApi.Integration.Test" />

0 commit comments

Comments
 (0)