From 41d149b91a56dcabd409b2ee2c27faad900dd6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:18:05 +0000 Subject: [PATCH] Bump FluentValidation and 7 others Bumps FluentValidation from 12.0.0 to 12.1.1 Bumps Microsoft.Extensions.DependencyInjection from 9.0.5 to 10.0.1 Bumps Microsoft.Extensions.Logging to 10.0.1 Bumps Microsoft.Extensions.Logging.Abstractions to 10.0.1 Bumps Microsoft.Extensions.Options to 10.0.1 Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1 Bumps Okta.Sdk from 9.2.3 to 10.0.1 Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5 --- updated-dependencies: - dependency-name: FluentValidation dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: FluentValidation dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Okta.Sdk dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .../Nhs.Appointments.Api/Nhs.Appointments.Api.csproj | 6 +++--- .../Nhs.Appointments.Core.csproj | 7 ++++--- .../Nhs.Appointments.Persistance.csproj | 5 +++-- .../Nhs.Appointments.Api.UnitTests.csproj | 12 ++++++------ .../Nhs.Appointments.Core.UnitTests.csproj | 6 +++--- 5 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/api/Nhs.Appointments.Api/Nhs.Appointments.Api.csproj b/src/api/Nhs.Appointments.Api/Nhs.Appointments.Api.csproj index 9390a6725..098e54f27 100644 --- a/src/api/Nhs.Appointments.Api/Nhs.Appointments.Api.csproj +++ b/src/api/Nhs.Appointments.Api/Nhs.Appointments.Api.csproj @@ -14,7 +14,7 @@ AnyCPU - + @@ -38,8 +38,8 @@ - - + + diff --git a/src/api/Nhs.Appointments.Core/Nhs.Appointments.Core.csproj b/src/api/Nhs.Appointments.Core/Nhs.Appointments.Core.csproj index d4a7d6c00..0e48240f7 100644 --- a/src/api/Nhs.Appointments.Core/Nhs.Appointments.Core.csproj +++ b/src/api/Nhs.Appointments.Core/Nhs.Appointments.Core.csproj @@ -17,11 +17,11 @@ - - + + - + @@ -30,6 +30,7 @@ + <_Parameter1>Nhs.Appointments.Core.UnitTests diff --git a/src/api/Nhs.Appointments.Persistance/Nhs.Appointments.Persistance.csproj b/src/api/Nhs.Appointments.Persistance/Nhs.Appointments.Persistance.csproj index 9562279b8..021b42fbf 100644 --- a/src/api/Nhs.Appointments.Persistance/Nhs.Appointments.Persistance.csproj +++ b/src/api/Nhs.Appointments.Persistance/Nhs.Appointments.Persistance.csproj @@ -9,8 +9,8 @@ - - + + @@ -24,6 +24,7 @@ + <_Parameter1>Nhs.Appointments.Persistance.UnitTests diff --git a/tests/Nhs.Appointments.Api.UnitTests/Nhs.Appointments.Api.UnitTests.csproj b/tests/Nhs.Appointments.Api.UnitTests/Nhs.Appointments.Api.UnitTests.csproj index 349f88319..256ab3967 100644 --- a/tests/Nhs.Appointments.Api.UnitTests/Nhs.Appointments.Api.UnitTests.csproj +++ b/tests/Nhs.Appointments.Api.UnitTests/Nhs.Appointments.Api.UnitTests.csproj @@ -11,14 +11,14 @@ - - - - - + + + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Nhs.Appointments.Core.UnitTests/Nhs.Appointments.Core.UnitTests.csproj b/tests/Nhs.Appointments.Core.UnitTests/Nhs.Appointments.Core.UnitTests.csproj index 4bfb165ef..fdefd4352 100644 --- a/tests/Nhs.Appointments.Core.UnitTests/Nhs.Appointments.Core.UnitTests.csproj +++ b/tests/Nhs.Appointments.Core.UnitTests/Nhs.Appointments.Core.UnitTests.csproj @@ -11,11 +11,11 @@ - + - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all