Skip to content

Commit

Permalink
Bump IdentityModel from 6.1.0 to 6.2.0 (#42)
Browse files Browse the repository at this point in the history
Bumps [IdentityModel](https://github.com/IdentityModel/IdentityModel) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/IdentityModel/IdentityModel/releases)
- [Commits](IdentityModel/IdentityModel@6.1.0...6.2.0)

---
updated-dependencies:
- dependency-name: IdentityModel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 8572cf1 commit 5981773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssetsRestApi/AssetsRestApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="IdentityModel" Version="6.1.0" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 5981773

Please sign in to comment.