Skip to content

Commit

Permalink
Bump the swashbuckle group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the swashbuckle group with 3 updates in the /src/backend directory: [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore), [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) and [swashbuckle.aspnetcore.cli](https://github.com/domaindrivendev/Swashbuckle.AspNetCore).


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

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

Updates `swashbuckle.aspnetcore.cli` from 6.6.2 to 6.7.3
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.3)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swashbuckle
- dependency-name: Swashbuckle.AspNetCore.ReDoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swashbuckle
- dependency-name: swashbuckle.aspnetcore.cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swashbuckle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 7399a9a commit bb5f9e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/backend/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rollForward": false
},
"swashbuckle.aspnetcore.cli": {
"version": "6.6.2",
"version": "6.7.3",
"commands": [
"swagger"
],
Expand Down
4 changes: 2 additions & 2 deletions src/backend/WebApi/WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="6.7.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bb5f9e9

Please sign in to comment.