Skip to content

Bump Microsoft.OpenApi from 3.8.0 to 3.9.0#843

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/nuget/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenApi-3.9.0
Open

Bump Microsoft.OpenApi from 3.8.0 to 3.9.0#843
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/nuget/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenApi-3.9.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Microsoft.OpenApi from 3.8.0 to 3.9.0.

Release notes

Sourced from Microsoft.OpenApi's releases.

3.9.0

3.9.0 (2026-07-15)

Features

Bug Fixes

  • adds explicit error message for invalid json pointers (63fc55d)
  • adds explicit error message for invalid json pointers (bc93efe)
  • default mapping is not being serialized with the correct shape (fe4a25f)
  • differentiate unset value from null value in OpenApiSchema.Const (#​2936) (07b525f)
  • handle nullability more accurately during serialization for 3.0/2.0 (#​2933) (0ace243)
  • validate required properties of security scheme before serialization (#​2952) (f31b192)

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)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 15, 2026 18:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Jul 15, 2026
@github-actions github-actions Bot enabled auto-merge July 15, 2026 18:34
@baywet

baywet commented Jul 15, 2026

Copy link
Copy Markdown
Member

@copilot update the faulty unit test

@sonarqubecloud

Copy link
Copy Markdown

Copilot AI commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

@copilot update the faulty unit test

Done. Updated the 4 resource baseline files (TripService.OpenApi.{json,yaml}, Multiple.Schema.OpenApi.{json,yaml}) and 2 inline test expectations in OpenApiSchemaGeneratorTests.cs to reflect the nullable serialization change in Microsoft.OpenApi 3.9.0 for OpenApi3_0: nullable: true is now represented as { "enum": [null] } within the anyOf array. All 1279 tests pass (commit f7c8e84).

Copilot AI requested a review from baywet July 15, 2026 18:49
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.

2 participants