Skip to content

Commit 4b85f5c

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer and Swashbuckle.AspNetCore
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.15 to 8.0.17 Bumps Swashbuckle.AspNetCore from 8.1.1 to 9.0.1 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 8.0.17 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Swashbuckle.AspNetCore dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1fb5bef commit 4b85f5c

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)