Browse Source

Merge pull request #1916 from dotnet-architecture/dependabot/nuget/src/Services/Webhooks/Webhooks.API/Microsoft.AspNetCore.Authentication.JwtBearer-5.0.9

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.2 to 5.0.9 in /src/Services/Webhooks/Webhooks.API
pull/1928/head
Tarun Jain 2 years ago
committed by GitHub
parent
commit
8c564a6edc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj

+ 1
- 1
src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj View File

@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.16.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.16.0" />
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="5.0.2" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />


Loading…
Cancel
Save