Skip to content

Commit

Permalink
Merge pull request #331 from Jadhielv/dependabot/nuget/Backend/Micros…
Browse files Browse the repository at this point in the history
…oft.AspNetCore.Authentication.JwtBearer-7.0.8

build(deps): bump Microsoft.AspNetCore.Authentication.JwtBearer from 7.0.5 to 7.0.8 in /Backend
  • Loading branch information
Jadhielv authored Jun 26, 2023
2 parents 7c9945e + a3e09ec commit d346def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/src/ITL.API/ITL.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.5" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.8" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.7" NoWarn="NU1605" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.8">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit d346def

Please sign in to comment.