Skip to content

Bump Microsoft.OpenApi from 3.8.0 to 3.9.0 - #843

Merged
github-actions[bot] merged 2 commits into
mainfrom
dependabot/nuget/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenApi-3.9.0
Jul 16, 2026
Merged

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

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 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>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 15, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerJuly 15, 2026 18:34
@dependabotdependabotBot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Jul 15, 2026
@github-actions
github-actionsBot enabled auto-merge July 15, 2026 18:34
@baywet

Copy link
Copy Markdown
Member

Copilot update the faulty unit test

@sonarqubecloud

Copy link
Copy Markdown

CopilotAI 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).

@github-actions
github-actionsBot merged commit 8debe98 into mainJul 16, 2026
39 of 41 checks passed
@github-actions
github-actionsBot deleted the dependabot/nuget/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenApi-3.9.0 branch July 16, 2026 16:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@baywet@peombwa