Skip to content

Commit

Permalink
Bump Swashbuckle.AspNetCore.SwaggerGen and Swashbuckle.AspNetCore.Swa…
Browse files Browse the repository at this point in the history
…gger (#101)

Bumps [Swashbuckle.AspNetCore.SwaggerGen](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) and [Swashbuckle.AspNetCore.Swagger](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). These dependencies needed to be updated together.

Updates `Swashbuckle.AspNetCore.SwaggerGen` from 6.7.3 to 6.8.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.1)

Updates `Swashbuckle.AspNetCore.Swagger` from 6.7.3 to 6.8.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.1)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore.SwaggerGen
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Swashbuckle.AspNetCore.Swagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 02b5495 commit 93f2261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ODataTutorial/ODataTutorial.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.7.3" />
</ItemGroup>

Expand Down

0 comments on commit 93f2261

Please sign in to comment.