Skip to content

Commit 7c948ce

Browse files
Bump the nuget-dependencies group with 2 updates
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.19 to 8.0.20 Bumps Swashbuckle.AspNetCore from 9.0.4 to 9.0.5 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 8.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Swashbuckle.AspNetCore dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9d050d commit 7c948ce

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.19" />
16+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.20" />
1717
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
18-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.4" />
18+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.5" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)