Skip to content

Commit 608145e

Browse files
Bump Microsoft.IdentityModel.Tokens and System.IdentityModel.Tokens.Jwt
Bumps Microsoft.IdentityModel.Tokens from 8.12.0 to 8.14.0 Bumps System.IdentityModel.Tokens.Jwt from 8.12.0 to 8.14.0 --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Tokens dependency-version: 8.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2183b80 commit 608145e

File tree

8 files changed

+13
-1
lines changed

8 files changed

+13
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.6" />
8484
<PackageVersion Include="System.Data.SqlClient" Version="4.9.0" />
8585
<PackageVersion Include="System.Drawing.Common" Version="9.0.6" />
86-
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.12.0" />
86+
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
8787
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.6" />
8888
<PackageVersion Include="tusdotnet" Version="2.10.0" />
8989
<PackageVersion Include="UAParser" Version="3.1.47" />

LearningHub.Nhs.WebUI.AutomatedUiTests/LearningHub.Nhs.WebUI.AutomatedUiTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
</PackageReference>
2727
</ItemGroup>
2828
<ItemGroup>
29+
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
30+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
2931
<ProjectReference Include="..\LearningHub.Nhs.WebUI\LearningHub.Nhs.WebUI.csproj" />
3032
</ItemGroup>
3133
</Project>

LearningHub.Nhs.WebUI/LearningHub.Nhs.WebUI.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@
170170
<TypeScriptCompile Include="Scripts\vuesrc\resource\helpers\resourceHelper.ts" />
171171
</ItemGroup>
172172
<ItemGroup>
173+
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
174+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
173175
<TypeScriptCompile Update="Scripts\vuesrc\models\activeContentModel.ts">
174176
<SubType>Code</SubType>
175177
</TypeScriptCompile>

OpenAPI/LearningHub.Nhs.OpenApi.Repositories/LearningHub.Nhs.OpenApi.Repositories.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<PackageReference Include="Microsoft.EntityFrameworkCore" />
2323
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
25+
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
2526
<PackageReference Include="NLog.Web.AspNetCore" />
27+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
2628
</ItemGroup>
2729
</Project>

WebAPI/LearningHub.Nhs.API/LearningHub.Nhs.Api.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<ProjectReference Include="..\LearningHub.Nhs.Services\LearningHub.Nhs.Services.csproj" />
5151
</ItemGroup>
5252
<ItemGroup>
53+
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
5354
<WCFMetadata Include="Connected Services" />
5455
</ItemGroup>
5556
<ProjectExtensions>

WebAPI/LearningHub.Nhs.Api.UnitTests/LearningHub.Nhs.Api.UnitTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</PackageReference>
2525
</ItemGroup>
2626
<ItemGroup>
27+
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
2728
<ProjectReference Include="..\LearningHub.Nhs.Api.Shared\LearningHub.Nhs.Api.Shared.csproj" />
2829
<ProjectReference Include="..\LearningHub.Nhs.API\LearningHub.Nhs.Api.csproj" />
2930
</ItemGroup>

WebAPI/LearningHub.Nhs.Repository.Interface/LearningHub.Nhs.Repository.Interface.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<PackageReference Include="System.Collections" />
1919
</ItemGroup>
2020
<ItemGroup>
21+
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
22+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
2123
<ProjectReference Include="..\MigrationTool\LearningHub.Nhs.Migration.Models\LearningHub.Nhs.Migration.Models.csproj" />
2224
</ItemGroup>
2325
</Project>

WebAPI/MigrationTool/LearningHub.Nhs.Migration.Staging.Repository/LearningHub.Nhs.Migration.Staging.Repository.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
<ProjectReference Include="..\LearningHub.Nhs.Migration.Models\LearningHub.Nhs.Migration.Models.csproj" />
1616
</ItemGroup>
1717
<ItemGroup>
18+
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
1819
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118">
1920
<PrivateAssets>all</PrivateAssets>
2021
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2122
</PackageReference>
23+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
2224
</ItemGroup>
2325
</Project>

0 commit comments

Comments
 (0)