Skip to content

Bump Swashbuckle.AspNetCore from 9.0.6 to 10.1.7#21

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ImovelStand.Api/Swashbuckle.AspNetCore-10.1.7
Closed

Bump Swashbuckle.AspNetCore from 9.0.6 to 10.1.7#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ImovelStand.Api/Swashbuckle.AspNetCore-10.1.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown
Contributor

Updated Swashbuckle.AspNetCore from 9.0.6 to 10.1.7.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

10.1.7

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.6...v10.1.7

10.1.6

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.5...v10.1.6

10.1.5

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.4...v10.1.5

10.1.4

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.3...v10.1.4

10.1.3

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.2...v10.1.3

10.1.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.1...v10.1.2

10.1.1

What's Changed

New Contributors

Full Changelog:

domaindrivendev/Swashbuckle.AspNetCore@v10.1.0...v10.1.1

10.1.0

What's Changed

New Features

Bug Fixes

Miscellaneous

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.1...v10.1.0

10.0.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.0...v10.0.1

10.0.0

Swashbuckle.AspNetCore v10.0.0

[!IMPORTANT]
This release contains major breaking changes.

Read our v10 migration guide for further information.

With this release, Swashbuckle.AspNetCore adds support for generating OpenAPI 3.1 documents and for ASP.NET Core 10.

Swashbuckle.AspNetCore v10 depends on OpenAPI.NET v2.3 which introduces many breaking changes to the public API surface. More information can be found in their OpenAPI.NET v2 Upgrade Guide.

To reduce the number of breaking behavioural changes in Swashbuckle.AspNetCore v10, generation of OpenAPI 3.1 documents is opt-in.
To generate OpenAPI 3.1 documents, change the OpenAPI version as shown in the code snippet below:

app.UseSwagger(options =>
{
    options.OpenApiVersion = OpenApiSpecVersion.OpenApi3_1;
});

[!TIP]
It is strongly recommended that you upgrade to Swashbuckle.AspNetCore v9.0.6 before upgrading to v10.

[!IMPORTANT]
Use of Swashbuckle.AspNetCore with the ASP.NET Core WithOpenApi() method is no longer supported.

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.6...v10.0.0

Commits viewable in compare view.

@dependabot @github

dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 10.1.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/ImovelStand.Api/Swashbuckle.AspNetCore-10.1.7 branch from d866625 to f992068 Compare April 22, 2026 00:03
@gustavograciano

Copy link
Copy Markdown
Owner

Fechando: bump major que precisa de review manual de breaking changes e não foi validado contra a base atual (Sprints 1-14).

Para reabrir, avaliar:

  • compatibilidade da nova versão com as features das sprints recentes
  • possíveis mudanças de API
  • testes de regressão

@dependabot @github

dependabot Bot commented on behalf of github Apr 22, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/nuget/ImovelStand.Api/Swashbuckle.AspNetCore-10.1.7 branch April 22, 2026 11:28
gustavograciano added a commit that referenced this pull request May 3, 2026
Consolida bumps seguros que estavam em Dependabot PRs obsoletos
(fechados em lote). Principais motivacoes:

- SixLabors.ImageSharp 3.1.5 -> 3.1.12:
  - GHSA-2cmq-823j-5qj8 (high): fix de SixLabors.ImageSharp
  - GHSA-rxmq-m78w-7wmc (moderate): idem

- Runtime patches (sem breaking):
  - Microsoft.AspNetCore.Authentication.JwtBearer 9.0.9 -> 9.0.15
  - Microsoft.AspNetCore.OpenApi 9.0.0 -> 9.0.15
  - Microsoft.EntityFrameworkCore[.Design/.SqlServer/.InMemory] 9.0.9 -> 9.0.15
  - Microsoft.IdentityModel.Tokens 8.14.0 -> 8.14.2
  - System.IdentityModel.Tokens.Jwt 8.14.0 -> 8.14.2

- Infra de config:
  - nuget.config na raiz do repo consolida todos os projetos em
    src/ pra usarem apenas nuget.org (antes Application/Infrastructure/
    Jobs herdavam feed Azure DevOps privado do config global do dev,
    que falha com 401 em maquina sem credenciais)

Validacao: 120 testes passando, build Release 0 warnings.

PRs do Dependabot fechados neste lote (obsoletos contra main atualizado):
- #3 setup-node (gh actions, sem workflow scope)
- #4 cache
- #6 setup-dotnet
- #11 eslint group
- #12 globals
- #13 BCrypt
- #14 axios (caret ja puxava a nova via npm)
- #18 aspnet group (superseded por este commit)
- #19 EF Design (idem)
- #20 Serilog group (Sinks.Seq 9.0.1 nao existe; mantemos 9.0.0)

Major bumps arriscados fechados para review futuro:
- #5 upload-artifact 4->7
- #7 react group
- #8 vite group
- #9 node 20->25-alpine
- #10 dotnet/sdk 9->10
- #15 coverlet 6->10
- #16 dotnet/aspnet 9->10
- #21 Swashbuckle 9->10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant