Skip to content

Commit

Permalink
Bump JWT from 10.1.0 to 10.1.1
Browse files Browse the repository at this point in the history
Bumps [JWT](https://github.com/jwt-dotnet/jwt) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/jwt-dotnet/jwt/releases)
- [Changelog](https://github.com/jwt-dotnet/jwt/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jwt-dotnet/jwt/commits)

---
updated-dependencies:
- dependency-name: JWT
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Dec 6, 2023
1 parent 482f053 commit 1497614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Auth0.AuthenticationApi" Version="7.22.3" />
<PackageReference Include="JWT" Version="10.1.0" />
<PackageReference Include="JWT" Version="10.1.1" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.32.3" />
<PackageReference Include="PolySharp" Version="1.13.2" PrivateAssets="all" Condition="$(TargetFramework) == 'netstandard2.0'" />
<PackageReference Include="SharpYaml" Version="2.1.0" />
Expand Down

0 comments on commit 1497614

Please sign in to comment.