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

Commit 9e67849

Browse files
Bump System.IdentityModel.Tokens.Jwt from 7.4.0 to 7.5.0
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.4.0 to 7.5.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@v7.4.0...7.5.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 70d92ec commit 9e67849

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.4.0" />
22+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)