Skip to content

Commit b032415

Browse files
Bump System.IdentityModel.Tokens.Jwt and Microsoft.IdentityModel.Tokens
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) and [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). These dependencies needed to be updated together. Updates `System.IdentityModel.Tokens.Jwt` from 6.25.1 to 8.0.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@6.25.1...8.0.0) Updates `Microsoft.IdentityModel.Tokens` from 7.5.2 to 8.0.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...8.0.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.IdentityModel.Tokens dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9b3ee9 commit b032415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hyperledger.Aries/Hyperledger.Aries.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
2121
<PackageReference Include="Stateless" Version="$(StatelessVersion)" />
2222
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
23-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" />
23+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.0.0" />
2424
<PackageReference Include="System.Reactive.Linq" Version="$(SystemReactiveLinqVersion)" />
2525
</ItemGroup>
2626
<ItemGroup>

0 commit comments

Comments
 (0)