[PR #7458] [CLOSED] Bump Swashbuckle.AspNetCore from 6.2.3 to 6.3.0 #11228

Closed
opened 2025-12-22 08:37:14 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7458
Author: @dependabot[bot]
Created: 3/14/2022
Status: Closed

Base: masterHead: dependabot/nuget/Swashbuckle.AspNetCore-6.3.0


📝 Commits (1)

  • d888a4e Bump Swashbuckle.AspNetCore from 6.2.3 to 6.3.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Api/Jellyfin.Api.csproj (+1 -1)

📄 Description

Bumps Swashbuckle.AspNetCore from 6.2.3 to 6.3.0.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.3.0

Changes since v6.2.3

Commits
  • d63f028 Update nuget API keys
  • c5094a3 Merge pull request #2367 from domaindrivendev/fix-enum-deduping
  • fdf8d9a Dedup enum values after serialization instead of before
  • bb118db Merge pull request #2356 from alexjephsonsw/minimalapi-enhancements
  • 43b1b34 Merge pull request #2166 from Eneuman/bug/nullabillity-in-generics
  • 07d33a7 Merge pull request #2360 from mattmazzola/mattm/swaggercli-typo
  • a0d4e86 style: typo succesfully to successfully
  • b36b178 Add MethodInfo discovery for Minimal API
  • c7d580a Merge pull request #2339 from tbolon/global-json
  • b5ab8f3 Merge pull request #2342 from tbolon/see-langword
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/7458 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/14/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/nuget/Swashbuckle.AspNetCore-6.3.0` --- ### 📝 Commits (1) - [`d888a4e`](https://github.com/jellyfin/jellyfin/commit/d888a4ea31da27ef059ff63a33cebd7a6da476a2) Bump Swashbuckle.AspNetCore from 6.2.3 to 6.3.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Jellyfin.Api.csproj` (+1 -1) </details> ### 📄 Description Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.2.3 to 6.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore's releases</a>.</em></p> <blockquote> <h2>v6.3.0</h2> <p><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.3...v6.3.0">Changes since <code>v6.2.3</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/d63f028b6325857bd7a33a0dd7fc12fadb5c4e74"><code>d63f028</code></a> Update nuget API keys</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c5094a3a373985632bcab5072c98175bc563e875"><code>c5094a3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2367">#2367</a> from domaindrivendev/fix-enum-deduping</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/fdf8d9ad1794c608a16047de940ae2ad8bfc5066"><code>fdf8d9a</code></a> Dedup enum values after serialization instead of before</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/bb118dbd2ffac9595dfb41edd38b037b73486290"><code>bb118db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2356">#2356</a> from alexjephsonsw/minimalapi-enhancements</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/43b1b34973bc5c9f31c4ea8e011327203c85719b"><code>43b1b34</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2166">#2166</a> from Eneuman/bug/nullabillity-in-generics</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/07d33a70041de6c9ed26462cf07b5c1e1f974b01"><code>07d33a7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2360">#2360</a> from mattmazzola/mattm/swaggercli-typo</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/a0d4e863a75120037b1ad9ebce23d5c9af25fa1a"><code>a0d4e86</code></a> style: typo succesfully to successfully</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/b36b1780bf68035f2b292507e61910e1cd3d665a"><code>b36b178</code></a> Add MethodInfo discovery for Minimal API</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c7d580aa3860649de7d5faaa7b4d77dbceeaf5b7"><code>c7d580a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2339">#2339</a> from tbolon/global-json</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/b5ab8f392fad99dba2407ed3cef915c5e98bfcf2"><code>b5ab8f3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2342">#2342</a> from tbolon/see-langword</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.3...v6.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore&package-manager=nuget&previous-version=6.2.3&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:37:14 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11228
No description provided.