From 3fe7203e06c4fc45df2f2c2cefb83b97104a0132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 18:44:25 +0000 Subject: [PATCH] Bump JsonSchema.Net from 9.2.0 to 9.2.1 --- updated-dependencies: - dependency-name: JsonSchema.Net dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../OpenRebar.Infrastructure.Tests.csproj | 2 +- tests/OpenRebar.Infrastructure.Tests/packages.lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/OpenRebar.Infrastructure.Tests/OpenRebar.Infrastructure.Tests.csproj b/tests/OpenRebar.Infrastructure.Tests/OpenRebar.Infrastructure.Tests.csproj index 88051bc..cb4728c 100644 --- a/tests/OpenRebar.Infrastructure.Tests/OpenRebar.Infrastructure.Tests.csproj +++ b/tests/OpenRebar.Infrastructure.Tests/OpenRebar.Infrastructure.Tests.csproj @@ -22,7 +22,7 @@ - + diff --git a/tests/OpenRebar.Infrastructure.Tests/packages.lock.json b/tests/OpenRebar.Infrastructure.Tests/packages.lock.json index c7dcecb..10807df 100644 --- a/tests/OpenRebar.Infrastructure.Tests/packages.lock.json +++ b/tests/OpenRebar.Infrastructure.Tests/packages.lock.json @@ -13,9 +13,9 @@ }, "JsonSchema.Net": { "type": "Direct", - "requested": "[9.2.0, )", - "resolved": "9.2.0", - "contentHash": "pc1hr16zNQSxVsOSIYWliE3rtl5E4MwRXReflPf60l5tSvzMfl65eJV6M+iPXhZ2Ui5o078LJ2pS9O1o5ZT1zQ==", + "requested": "[9.2.1, )", + "resolved": "9.2.1", + "contentHash": "jBBi3JG6+6/QLQvq6V0oLdrJKL08hEPKp8BScCNzI8X4ana87bgPwTDPDnAlDxWi4UuQuhahMKjbINaZgmuDWw==", "dependencies": { "JsonPointer.Net": "7.0.1" }