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

Commit 8fd4335

Browse files
Bump System.IdentityModel.Tokens.Jwt in /BicepNet.Core (#91)
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.0.3 to 7.1.2. - [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.0.3...7.1.2) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5153392 commit 8fd4335

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

2525
<ItemGroup>

0 commit comments

Comments
 (0)