From 8f84842281267e73e1d11bd22e5c60ff77065964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 18:08:57 +0000 Subject: [PATCH] Bump AutoMapper and 15 others Bumps AutoMapper from 13.0.1 to 15.0.1 Bumps Azure.Messaging.ServiceBus from 7.18.2 to 7.20.1 Bumps coverlet.collector from 6.0.3 to 6.0.4 Bumps FluentValidation to 12.0.0 Bumps FluentValidation.DependencyInjectionExtensions from 11.11.0 to 12.0.0 Bumps MediatR to 13.0.0 Bumps Microsoft.Azure.Cosmos to 3.52.1 Bumps Microsoft.Extensions.Configuration from 9.0.0 to 9.0.8 Bumps Microsoft.Extensions.Configuration.Abstractions from 9.0.0 to 9.0.8 Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 8.0.0 to 9.0.8 Bumps Microsoft.Extensions.Configuration.Json from 9.0.0 to 9.0.8 Bumps Microsoft.Extensions.DependencyInjection from 9.0.0 to 9.0.8 Bumps Microsoft.Extensions.Hosting from 9.0.0 to 9.0.8 Bumps Microsoft.NET.Test.Sdk from 17.12.0 to 17.14.1 Bumps Swashbuckle.AspNetCore from 7.2.0 to 9.0.3 Bumps xunit.runner.visualstudio from 3.0.1 to 3.1.3 --- updated-dependencies: - dependency-name: AutoMapper dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Azure.Messaging.ServiceBus dependency-version: 7.20.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: coverlet.collector dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: FluentValidation dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: FluentValidation dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: FluentValidation.DependencyInjectionExtensions dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MediatR dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MediatR dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MediatR dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Azure.Cosmos dependency-version: 3.52.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Azure.Cosmos dependency-version: 3.52.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Azure.Cosmos dependency-version: 3.52.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Azure.Cosmos dependency-version: 3.52.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Swashbuckle.AspNetCore dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Contacts.API/Contacts.API.csproj | 6 +++--- .../Contacts.Application.csproj | 6 +++--- Contacts.Domain/Contacts.Domain.csproj | 2 +- .../Contacts.EventsProcessor.csproj | 6 +++--- .../Contacts.Infrastructure.csproj | 4 ++-- Contacts.Tests/Contacts.Tests.csproj | 20 +++++++++---------- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Contacts.API/Contacts.API.csproj b/Contacts.API/Contacts.API.csproj index 9d1d800..b75b503 100644 --- a/Contacts.API/Contacts.API.csproj +++ b/Contacts.API/Contacts.API.csproj @@ -6,10 +6,10 @@ - + - - + + diff --git a/Contacts.Application/Contacts.Application.csproj b/Contacts.Application/Contacts.Application.csproj index ddd2008..cca7784 100644 --- a/Contacts.Application/Contacts.Application.csproj +++ b/Contacts.Application/Contacts.Application.csproj @@ -5,9 +5,9 @@ - - - + + + diff --git a/Contacts.Domain/Contacts.Domain.csproj b/Contacts.Domain/Contacts.Domain.csproj index 85baa00..ecd44af 100644 --- a/Contacts.Domain/Contacts.Domain.csproj +++ b/Contacts.Domain/Contacts.Domain.csproj @@ -5,7 +5,7 @@ - + diff --git a/Contacts.EventsProcessor/Contacts.EventsProcessor.csproj b/Contacts.EventsProcessor/Contacts.EventsProcessor.csproj index 831cd04..058b78b 100644 --- a/Contacts.EventsProcessor/Contacts.EventsProcessor.csproj +++ b/Contacts.EventsProcessor/Contacts.EventsProcessor.csproj @@ -7,8 +7,8 @@ - - - + + + diff --git a/Contacts.Infrastructure/Contacts.Infrastructure.csproj b/Contacts.Infrastructure/Contacts.Infrastructure.csproj index 2470800..154bbdc 100644 --- a/Contacts.Infrastructure/Contacts.Infrastructure.csproj +++ b/Contacts.Infrastructure/Contacts.Infrastructure.csproj @@ -1,8 +1,8 @@ - - + + diff --git a/Contacts.Tests/Contacts.Tests.csproj b/Contacts.Tests/Contacts.Tests.csproj index 7633b90..3bde9df 100644 --- a/Contacts.Tests/Contacts.Tests.csproj +++ b/Contacts.Tests/Contacts.Tests.csproj @@ -7,21 +7,21 @@ - - - - - - - - + + + + + + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all