Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 5e88be4

Browse files
Bump System.IdentityModel.Tokens.Jwt from 7.3.1 to 7.4.0 (#100)
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.3.1 to 7.4.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.3.1...v7.4.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15ab366 commit 5e88be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BicepNet.Core/BicepNet.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Azure.ResourceManager.Subscription" Version="1.1.0" />
2020
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
2121
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.9.28" />
22-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" />
22+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.4.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)