Skip to content

Commit ddb5b8a

Browse files
Bump Microsoft.IdentityModel.Tokens and System.IdentityModel.Tokens.Jwt (#18)
Bumps Microsoft.IdentityModel.Tokens from 6.34.0 to 8.14.0 Bumps System.IdentityModel.Tokens.Jwt from 6.34.0 to 8.14.0 --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Tokens 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 cd1da3d commit ddb5b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kenshi-Online/KenshiMultiplayer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="MemorySharp" Version="1.2.0" />
1212
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.14.0" />
1313
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
14-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
14+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
1515
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1616
</ItemGroup>
1717
</Project>

0 commit comments

Comments
 (0)