Skip to content

Commit 684fc84

Browse files
Bump System.IdentityModel.Tokens.Jwt from 8.7.0 to 8.8.0 in /src/backend
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 8.7.0 to 8.8.0. - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.7.0...8.8.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e18e7e0 commit 684fc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/CollaborationStateService.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.30.2" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.24" />
1515
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
16-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.7.0" />
16+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.8.0" />
1717
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)