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

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.0 to 6.7.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1)

Updates `Swashbuckle.AspNetCore.Swagger` from 6.7.0 to 6.7.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent ce301a9 commit c059789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stiebel-eltron-dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.8" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.7.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.7.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.7.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.7.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.7.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
</ItemGroup>
Expand Down

0 comments on commit c059789

Please sign in to comment.