Skip to content

Commit e826192

Browse files
Merge pull request #263 from kolappannathan/dependabot/nuget/src/WebApiBolierplate/API/multi-a59e4e72cd
Bump Microsoft.AspNetCore.Authentication.JwtBearer and Swashbuckle.AspNetCore
2 parents 1fb5bef + 4b85f5c commit e826192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebApiBolierplate/API/API.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.15" />
16+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.17" />
1717
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
18-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.1" />
18+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)