Skip to content

Commit ab045b6

Browse files
Bump JWT from 10.1.1 to 11.0.0 in /src/Issues.Gate (#198)
Bumps [JWT](https://github.com/jwt-dotnet/jwt) from 10.1.1 to 11.0.0. - [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-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 303a7e6 commit ab045b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHubActions.Gates.Framework/GitHubActions.Gates.Framework.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Azure.Identity" Version="1.13.1" />
1111
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" />
12-
<PackageReference Include="JWT" Version="10.1.1" />
12+
<PackageReference Include="JWT" Version="11.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
1414
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" />
1515
<PackageReference Include="Octokit" Version="5.1.0" />

0 commit comments

Comments
 (0)