Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit d2c4b2c

Browse files
dependabot[bot]NelsonBN
authored andcommitted
build(deps): bump System.IdentityModel.Tokens.Jwt from 7.5.2 to 7.6.0
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.5.2 to 7.6.0. - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.5.2...7.6.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03abbee commit d2c4b2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/PowerUtils.AspNetCore.ErrorHandler.Samples/Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
2121
<PackageReference Include="Serilog.Exceptions" Version="8.4.0+build.694" />
2222
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.3.0" />
23-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.2" />
23+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">

tests/PowerUtils.AspNetCore.ErrorHandler.Tests/PowerUtils.AspNetCore.ErrorHandler.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="NSubstitute" Version="5.1.0" />
28-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.2" />
28+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.0" />
2929
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
3030
<PackageReference Include="FluentAssertions" Version="6.12.0" />
3131
<PackageReference Include="PowerUtils.Text" Version="3.0.0" />

0 commit comments

Comments
 (0)