From ab89f6200633fe5b9b084949fe04a58ffb502fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 00:30:01 +0000 Subject: [PATCH] Bump AutoMapper and 7 others Bumps AutoMapper to 15.0.1 Bumps Azure.Identity to 1.14.2 Bumps Microsoft.Extensions.Hosting from 9.0.6 to 9.0.7 Bumps Microsoft.Extensions.Logging.Abstractions from 9.0.6 to 9.0.7 Bumps MxIO.ApiClient to 2.0.150.1 Bumps MxIO.ApiClient.Abstractions to 2.0.150.1 Bumps MxIO.ApiClient.WebExtensions to 2.0.150.1 Bumps xunit.runner.visualstudio to 3.1.2 --- updated-dependencies: - dependency-name: AutoMapper dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AutoMapper dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Azure.Identity dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Azure.Identity dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Azure.Identity dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Azure.Identity dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Azure.Identity dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Azure.Identity dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: MxIO.ApiClient dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MxIO.ApiClient.Abstractions dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MxIO.ApiClient dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MxIO.ApiClient.Abstractions dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MxIO.ApiClient.Abstractions dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MxIO.ApiClient.Abstractions dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MxIO.ApiClient.Abstractions dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MxIO.ApiClient.Abstractions dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MxIO.ApiClient.WebExtensions dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MxIO.ApiClient.WebExtensions dependency-version: 2.0.150.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 18 +++++++++--------- ...ts.Portal.Repository.Abstractions.V1.csproj | 2 +- ...ts.Portal.Repository.Abstractions.V2.csproj | 2 +- ...iots.Portal.Repository.Api.Client.V1.csproj | 8 ++++---- ...iots.Portal.Repository.Api.Client.V2.csproj | 6 +++--- ...pository.Api.IntegrationTests.Legacy.csproj | 2 +- ...l.Repository.Api.IntegrationTests.V1.csproj | 2 +- ...l.Repository.Api.IntegrationTests.V2.csproj | 4 ++-- ...tremeIdiots.Portal.Repository.Api.V1.csproj | 8 ++++---- ...tremeIdiots.Portal.Repository.Api.V2.csproj | 8 ++++---- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index c6073161..2002b629 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,12 +1,12 @@ { - "version": 1, - "isRoot": true, - "tools": { - "swashbuckle.aspnetcore.cli": { - "version": "9.0.1", - "commands": [ - "swagger" - ] - } + "version": 1, + "isRoot": true, + "tools": { + "swashbuckle.aspnetcore.cli": { + "version": "9.0.3", + "commands": [ + "swagger" + ] } + } } \ No newline at end of file diff --git a/src/XtremeIdiots.Portal.Repository.Abstractions.V1/XtremeIdiots.Portal.Repository.Abstractions.V1.csproj b/src/XtremeIdiots.Portal.Repository.Abstractions.V1/XtremeIdiots.Portal.Repository.Abstractions.V1.csproj index cc5185d0..9c13a9e3 100644 --- a/src/XtremeIdiots.Portal.Repository.Abstractions.V1/XtremeIdiots.Portal.Repository.Abstractions.V1.csproj +++ b/src/XtremeIdiots.Portal.Repository.Abstractions.V1/XtremeIdiots.Portal.Repository.Abstractions.V1.csproj @@ -25,7 +25,7 @@ - + diff --git a/src/XtremeIdiots.Portal.Repository.Abstractions.V2/XtremeIdiots.Portal.Repository.Abstractions.V2.csproj b/src/XtremeIdiots.Portal.Repository.Abstractions.V2/XtremeIdiots.Portal.Repository.Abstractions.V2.csproj index 1c872688..f21c36ae 100644 --- a/src/XtremeIdiots.Portal.Repository.Abstractions.V2/XtremeIdiots.Portal.Repository.Abstractions.V2.csproj +++ b/src/XtremeIdiots.Portal.Repository.Abstractions.V2/XtremeIdiots.Portal.Repository.Abstractions.V2.csproj @@ -25,7 +25,7 @@ - + diff --git a/src/XtremeIdiots.Portal.Repository.Api.Client.V1/XtremeIdiots.Portal.Repository.Api.Client.V1.csproj b/src/XtremeIdiots.Portal.Repository.Api.Client.V1/XtremeIdiots.Portal.Repository.Api.Client.V1.csproj index eb277a2a..c6c86ef6 100644 --- a/src/XtremeIdiots.Portal.Repository.Api.Client.V1/XtremeIdiots.Portal.Repository.Api.Client.V1.csproj +++ b/src/XtremeIdiots.Portal.Repository.Api.Client.V1/XtremeIdiots.Portal.Repository.Api.Client.V1.csproj @@ -19,13 +19,13 @@ - + - + - - + + diff --git a/src/XtremeIdiots.Portal.Repository.Api.Client.V2/XtremeIdiots.Portal.Repository.Api.Client.V2.csproj b/src/XtremeIdiots.Portal.Repository.Api.Client.V2/XtremeIdiots.Portal.Repository.Api.Client.V2.csproj index 19bd351b..7358c4dd 100644 --- a/src/XtremeIdiots.Portal.Repository.Api.Client.V2/XtremeIdiots.Portal.Repository.Api.Client.V2.csproj +++ b/src/XtremeIdiots.Portal.Repository.Api.Client.V2/XtremeIdiots.Portal.Repository.Api.Client.V2.csproj @@ -19,13 +19,13 @@ - + - - + + diff --git a/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy/XtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy.csproj b/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy/XtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy.csproj index 1c1c467d..1681379f 100644 --- a/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy/XtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy.csproj +++ b/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy/XtremeIdiots.Portal.Repository.Api.IntegrationTests.Legacy.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1.csproj b/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1.csproj index e465edc4..df9cf1eb 100644 --- a/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1.csproj +++ b/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V1.csproj @@ -21,7 +21,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2.csproj b/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2.csproj index e8b09343..723da8b4 100644 --- a/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2.csproj +++ b/src/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2/XtremeIdiots.Portal.Repository.Api.IntegrationTests.V2.csproj @@ -14,14 +14,14 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/XtremeIdiots.Portal.Repository.Api.V1/XtremeIdiots.Portal.Repository.Api.V1.csproj b/src/XtremeIdiots.Portal.Repository.Api.V1/XtremeIdiots.Portal.Repository.Api.V1.csproj index 82530d30..f3b9328f 100644 --- a/src/XtremeIdiots.Portal.Repository.Api.V1/XtremeIdiots.Portal.Repository.Api.V1.csproj +++ b/src/XtremeIdiots.Portal.Repository.Api.V1/XtremeIdiots.Portal.Repository.Api.V1.csproj @@ -13,8 +13,8 @@ - - + + @@ -23,8 +23,8 @@ - - + + diff --git a/src/XtremeIdiots.Portal.Repository.Api.V2/XtremeIdiots.Portal.Repository.Api.V2.csproj b/src/XtremeIdiots.Portal.Repository.Api.V2/XtremeIdiots.Portal.Repository.Api.V2.csproj index e01a56ab..c99ed9b4 100644 --- a/src/XtremeIdiots.Portal.Repository.Api.V2/XtremeIdiots.Portal.Repository.Api.V2.csproj +++ b/src/XtremeIdiots.Portal.Repository.Api.V2/XtremeIdiots.Portal.Repository.Api.V2.csproj @@ -13,8 +13,8 @@ - - + + @@ -23,8 +23,8 @@ - - + +