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:
@@ -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).",
|
||||
|
||||
Reference in New Issue
Block a user