Skip to content

Commit 32d62be

Browse files
Bump System.IdentityModel.Tokens.Jwt
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.15.0 to 6.34.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@v6.15.0...6.34.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 258f018 commit 32d62be

File tree

1 file changed

+1
-1
lines changed
  • servers/hello/src/approov-protected-server/token-binding-check

1 file changed

+1
-1
lines changed

servers/hello/src/approov-protected-server/token-binding-check/Hello.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<PackageReference Include="DotNetEnv" Version="2.3.0" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
1212
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
13-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.0" />
13+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)