Skip to content

Commit d3d769d

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.17 to 8.0.20 (#1393)
--- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 8.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f0c6f8 commit d3d769d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageVersion Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.23.0" />
4040
<PackageVersion Include="Microsoft.ApplicationInsights.NLogTarget" Version="2.23.0" />
4141
<PackageVersion Include="Microsoft.AspNetCore" Version="2.3.0" />
42-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.17" />
42+
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.20" />
4343
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.20" />
4444
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0" />
4545
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.17" />

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.AspNetCore.Authentication.JwtBearer" />
5354
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
5455
<WCFMetadata Include="Connected Services" />
5556
</ItemGroup>

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.AspNetCore.Authentication.JwtBearer" />
2728
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
2829
<ProjectReference Include="..\LearningHub.Nhs.Api.Shared\LearningHub.Nhs.Api.Shared.csproj" />
2930
<ProjectReference Include="..\LearningHub.Nhs.API\LearningHub.Nhs.Api.csproj" />

0 commit comments

Comments
 (0)