Updated server-side dependencies to latest versions for Umbraco 16 (#19117)

* Updated dependencies to latest versions.

* Fixed breaking changes following dependency updates.

* Limited NUnit updates to within the current major.

* Fixed failing delivery API contract integration test.
This commit is contained in:
Andy Butland
2025-04-23 20:05:41 +02:00
committed by GitHub
parent 513f980e5c
commit 3dd32642e2
5 changed files with 41 additions and 42 deletions

View File

@@ -39,7 +39,7 @@ internal sealed class OpenApiContractTest : UmbracoTestServerTestBase
private const string ExpectedOpenApiContract =
"""
{
"openapi": "3.0.1",
"openapi": "3.0.4",
"info": {
"title": "Umbraco Delivery API",
"description": "You can find out more about the Umbraco Delivery API in [the documentation](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api).",