Skip to content

Commit 6e8e0c3

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer and Swashbuckle.AspNetCore
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.16 to 8.0.18 Bumps Swashbuckle.AspNetCore from 8.1.4 to 9.0.3 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 8.0.18 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Swashbuckle.AspNetCore dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fedefbc commit 6e8e0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DotNetWebApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.16" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.4" />
10+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.18" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)