Skip to content

Commit e747064

Browse files
Bump IdentityModel.OidcClient from 5.1.0 to 5.2.0 (#1116)
Bumps [IdentityModel.OidcClient](https://github.com/IdentityModel/IdentityModel.OidcClient) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/IdentityModel/IdentityModel.OidcClient/releases) - [Commits](DuendeArchive/IdentityModel.OidcClient@5.1.0...5.2.0) --- updated-dependencies: - dependency-name: IdentityModel.OidcClient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 219ae51 commit e747064

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.2.3" />
1111
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" />
12-
<PackageReference Include="IdentityModel.OidcClient" Version="5.1.0" />
12+
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/KubernetesClient/KubernetesClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="prometheus-net" Version="7.0.0" />
1717
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" />
1818
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
19-
<PackageReference Include="IdentityModel.OidcClient" Version="5.1.0" />
19+
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.0" />
2020

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

0 commit comments

Comments
 (0)