Bump IdentityModel.OidcClient from 5.0.2 to 5.1.0 (#1053)

Bumps [IdentityModel.OidcClient](https://github.com/IdentityModel/IdentityModel.OidcClient) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/IdentityModel/IdentityModel.OidcClient/releases)
- [Commits](https://github.com/IdentityModel/IdentityModel.OidcClient/compare/5.0.2...5.1.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>
This commit is contained in:
dependabot[bot]
2022-10-11 21:43:01 -07:00
committed by GitHub
parent d15003ba45
commit 6a7e9b2d7b
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.23.1" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.1.0" />
</ItemGroup>
<ItemGroup>

View File

@@ -16,7 +16,7 @@
<PackageReference Include="prometheus-net" Version="6.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.23.1" />
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.1.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
</ItemGroup>