Skip to content

Commit 64c155b

Browse files
deps(nuget): Bump Microsoft.IdentityModel.Tokens from 7.7.1 to 8.17.0
--- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Tokens dependency-version: 8.17.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.IdentityModel.Tokens dependency-version: 8.17.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc85ea9 commit 64c155b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/src/Taskdeck.Application/Taskdeck.Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="BCrypt.Net-Next" Version="4.1.0" />
1919
<PackageReference Include="FluentValidation" Version="12.1.1" />
2020
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
21-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.7.1" />
21+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.17.0" />
2222
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.7.1" />
2323
</ItemGroup>
2424

backend/src/Taskdeck.Infrastructure/Taskdeck.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
2727
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
28-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.7.1" />
28+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.17.0" />
2929
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.7.1" />
3030
</ItemGroup>
3131

0 commit comments

Comments
 (0)