Skip to content

Commit a9785c4

Browse files
Bump IdentityModel.OidcClient from 5.0.1 to 5.0.2 (#972)
Bumps [IdentityModel.OidcClient](https://github.com/IdentityModel/IdentityModel.OidcClient) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/IdentityModel/IdentityModel.OidcClient/releases) - [Commits](DuendeArchive/IdentityModel.OidcClient@5.0.1...5.0.2) --- updated-dependencies: - dependency-name: IdentityModel.OidcClient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 100a81f commit a9785c4

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
@@ -9,7 +9,7 @@
99
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
1010
<PackageReference Include="System.IO.Abstractions" Version="17.0.24" />
1111
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.22.0" />
12-
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.1" />
12+
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.2" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/KubernetesClient/KubernetesClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="prometheus-net" Version="6.0.0" />
1010
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.22.0" />
1111
<PackageReference Include="System.IO.Abstractions" Version="17.0.24" />
12-
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.1" />
12+
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.2" />
1313

1414
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)