Skip to content

Commit

Permalink
Merge pull request #1983 from tgstation/SwashbuckleUpdate
Browse files Browse the repository at this point in the history
Update Swashbuckle to 6.9.0
  • Loading branch information
Cyberboss authored Oct 15, 2024
2 parents 0b074dd + 917e01d commit 300b446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ updates:
applies-to: version-updates
patterns:
- "HotChocolate.*"
Swashbuckle:
applies-to: version-updates
patterns:
- "Swashbuckle.*"
open-pull-requests-limit: 100
- package-ecosystem: github-actions
directory: /
Expand Down
4 changes: 2 additions & 2 deletions src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@
<!-- Usage: File logging plugin -->
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<!-- Usage: OpenAPI spec generator -->
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<!-- Usage: Newtonsoft.Json plugin for OpenAPI spec generator -->
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.9.0" />
<!-- Usage: Windows authentication plugin allowing searching for users by name -->
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="8.0.1" />
<!-- Usage: Identifying owning user of Windows Process objects -->
Expand Down

0 comments on commit 300b446

Please sign in to comment.