Skip to content

Commit

Permalink
Bump minver from 2.3.1 to 2.4.0 (#279)
Browse files Browse the repository at this point in the history
Bumps [minver](https://github.com/adamralph/minver) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/adamralph/minver/releases)
- [Changelog](https://github.com/adamralph/minver/blob/master/CHANGELOG.md)
- [Commits](adamralph/minver@2.3.1...2.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Dec 23, 2020
1 parent 8d74ced commit 8dacf15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/IdentityTokenValidator/IdentityTokenValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="minver" Version="2.3.1" PrivateAssets="All" />
<PackageReference Include="minver" Version="2.4.0" PrivateAssets="All" />

<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.8.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/OidcClient/OidcClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="IdentityModel" Version="4.5.0" />
<PackageReference Include="minver" Version="2.3.1" PrivateAssets="All" />
<PackageReference Include="minver" Version="2.4.0" PrivateAssets="All" />

<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
Expand Down

0 comments on commit 8dacf15

Please sign in to comment.