Skip to content

Commit

Permalink
Bump System.IdentityModel.Tokens.Jwt from 6.33.0 to 6.34.0 in /Backend (
Browse files Browse the repository at this point in the history
#2874)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jim Grady <[email protected]>
  • Loading branch information
dependabot[bot] and jmgrady authored Jan 11, 2024
1 parent 7024350 commit 11523e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Backend/BackendFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.25" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.33.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.33.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.34.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="MongoDB.Driver" Version="2.23.1" />
<PackageReference Include="MailKit" Version="4.3.0" />
Expand Down
10 changes: 5 additions & 5 deletions docs/user_guide/assets/licenses/backend_licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ license Type:Apache-2.0

####################################################################################################
Package:Microsoft.IdentityModel.Abstractions
Version:6.33.0
Version:6.34.0
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:A package containing thin abstractions for Microsoft.IdentityModel.
licenseUrl:https://licenses.nuget.org/MIT
Expand All @@ -612,7 +612,7 @@ license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.JsonWebTokens
Version:6.33.0
Version:6.34.0
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for creating, serializing and validating JSON Web Tokens.
licenseUrl:https://licenses.nuget.org/MIT
Expand All @@ -636,7 +636,7 @@ license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.Logging
Version:6.33.0
Version:6.34.0
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes Event Source based logging support.
licenseUrl:https://licenses.nuget.org/MIT
Expand Down Expand Up @@ -668,7 +668,7 @@ license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.Tokens
Version:6.33.0
Version:6.34.0
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
licenseUrl:https://licenses.nuget.org/MIT
Expand Down Expand Up @@ -1742,7 +1742,7 @@ license Type:MIT

####################################################################################################
Package:System.IdentityModel.Tokens.Jwt
Version:6.33.0
Version:6.34.0
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for creating, serializing and validating JSON Web Tokens.
licenseUrl:https://licenses.nuget.org/MIT
Expand Down

0 comments on commit 11523e3

Please sign in to comment.