Skip to content

Bump Microsoft.OpenApi from 2.9.0 to 2.10.0#240

Merged
joszz merged 1 commit into
mainfrom
dependabot/nuget/src/GarageStack.Api/Microsoft.OpenApi-2.10.0
Jul 10, 2026
Merged

Bump Microsoft.OpenApi from 2.9.0 to 2.10.0#240
joszz merged 1 commit into
mainfrom
dependabot/nuget/src/GarageStack.Api/Microsoft.OpenApi-2.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.OpenApi from 2.9.0 to 2.10.0.

Release notes

Sourced from Microsoft.OpenApi's releases.

2.10.0

2.10.0 (2026-07-03)

Features

  • add JsonConverter for OpenApiSchema System.Text.Json serialization (#​2915) (465521b)
  • library: support schema keywords on references (2749463), closes #​2903

Bug Fixes

  • Don't silently skip null assignment to OpenApiDocument.Tags (#​2917) (6a45a82)
  • handling of nullable enums for 3.0 (#​2920) (f4778e0)
  • library: keep v3 schema references ref-only (8d811c3)
  • preserve JSON Schema 2020-12 keyword siblings on $ref schemas for OAS 3.1+ (#​2896) (fb20d46)
  • preserve JSON Schema 2020-12 keyword siblings on $ref schemas for OAS 3.1+ (#​2896) (c79a83e)
  • use async method for crypto flush (677b519)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 10, 2026
---
updated-dependencies:
- dependency-name: Microsoft.OpenApi
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@joszz joszz force-pushed the dependabot/nuget/src/GarageStack.Api/Microsoft.OpenApi-2.10.0 branch from 27241b1 to 796c417 Compare July 10, 2026 07:26
@joszz joszz merged commit 8016855 into main Jul 10, 2026
21 checks passed
@joszz joszz deleted the dependabot/nuget/src/GarageStack.Api/Microsoft.OpenApi-2.10.0 branch July 10, 2026 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing keywords support for OpenAPIReference (and JsonSchemaRefernece

1 participant