Skip to content

Commit 4540a46

Browse files
Bump System.IdentityModel.Tokens.Jwt from 6.23.1 to 6.25.0
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.23.1 to 6.25.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](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1528be commit 4540a46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/KubernetesClient.Classic/KubernetesClient.Classic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
1010
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
11-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.23.1" />
11+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.0" />
1212
<PackageReference Include="IdentityModel.OidcClient" Version="5.1.0" />
1313
</ItemGroup>
1414

src/KubernetesClient/KubernetesClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="prometheus-net" Version="6.0.0" />
17-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.23.1" />
17+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.0" />
1818
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
1919
<PackageReference Include="IdentityModel.OidcClient" Version="5.1.0" />
2020

0 commit comments

Comments
 (0)