Skip to content

Commit

Permalink
Bump Swashbuckle.AspNetCore.Swagger, Swashbuckle.AspNetCore.SwaggerGe…
Browse files Browse the repository at this point in the history
…n, Swashbuckle.AspNetCore.SwaggerUI and Swashbuckle.AspNetCore

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

Updates `Swashbuckle.AspNetCore.Swagger` from 7.0.0 to 7.0.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.0.0)

Updates `Swashbuckle.AspNetCore.SwaggerGen` from 7.0.0 to 7.0.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.0.0)

Updates `Swashbuckle.AspNetCore.SwaggerUI` from 7.0.0 to 7.0.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.0.0)

Updates `Swashbuckle.AspNetCore` from 6.9.0 to 7.0.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.9.0...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcflohrer committed Nov 14, 2024
1 parent e30f191 commit d9fe094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stiebel-eltron-dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Remove="stiebel-eltron-dashboard-tests\UnitTest1.cs" />
Expand Down

0 comments on commit d9fe094

Please sign in to comment.