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](https://github.com/IdentityModel/IdentityModel.OidcClient/compare/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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-08 12:35:57 -07:00
committed by GitHub
parent 100a81f757
commit a9785c40bc
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.0.24" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.22.0" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.1" />
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.2" />
</ItemGroup>
<ItemGroup>

View File

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