Skip to content

Commit ce45f93

Browse files
📦 deps: Bump Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore
Bumps Microsoft.AspNetCore.OpenApi from 8.0.16 to 8.0.18 Bumps Swashbuckle.AspNetCore from 6.6.2 to 9.0.3 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.OpenApi 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 6a5d52f commit ce45f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UserApp/UserApp.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.16" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.18" />
1111
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" />
12-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
12+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)