From ff71b87bae7eb0099fa46b2803dabb29f91a807e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 12:03:40 +0000 Subject: [PATCH] Bump the microsoft group with 8 updates Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.1 to 9.0.14 Bumps Microsoft.AspNetCore.OpenApi from 8.0.1 to 9.0.14 Bumps Microsoft.EntityFrameworkCore from 8.0.1 to 9.0.14 Bumps Microsoft.Extensions.Caching.StackExchangeRedis from 8.0.1 to 10.0.5 Bumps Microsoft.Extensions.Http.Polly from 8.0.1 to 10.0.5 Bumps Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 10.0.5 Bumps Microsoft.NET.Test.Sdk from 17.8.0 to 18.3.0 Bumps System.IdentityModel.Tokens.Jwt from 7.2.0 to 8.16.0 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Http.Polly dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.16.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft ... Signed-off-by: dependabot[bot] --- .../FinTech.BuildingBlocks.Application.csproj | 2 +- .../FinTech.BuildingBlocks.EventBus.csproj | 2 +- .../FinTech.BuildingBlocks.Infrastructure.csproj | 6 +++--- src/Host/FinTech.Api/FinTech.Api.csproj | 4 ++-- .../FinTech.Modules.Audit.Infrastructure.csproj | 2 +- .../FinTech.Modules.BackgroundJob.Infrastructure.csproj | 2 +- .../FinTech.Modules.Identity.Infrastructure.csproj | 4 ++-- .../FinTech.Modules.Ledger.Infrastructure.csproj | 2 +- .../FinTech.Modules.Notification.Infrastructure.csproj | 2 +- .../FinTech.Modules.Report.Infrastructure.csproj | 2 +- .../FinTech.Modules.Transaction.Infrastructure.csproj | 2 +- .../FinTech.Modules.Wallet.Infrastructure.csproj | 2 +- .../FinTech.Tests.Architecture.csproj | 2 +- .../FinTech.Tests.Integration.csproj | 2 +- .../Unit/FinTech.Tests.Unit/FinTech.Tests.Unit.csproj | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/BuildingBlocks/FinTech.BuildingBlocks.Application/FinTech.BuildingBlocks.Application.csproj b/src/BuildingBlocks/FinTech.BuildingBlocks.Application/FinTech.BuildingBlocks.Application.csproj index ed81dba..dc6cc2c 100644 --- a/src/BuildingBlocks/FinTech.BuildingBlocks.Application/FinTech.BuildingBlocks.Application.csproj +++ b/src/BuildingBlocks/FinTech.BuildingBlocks.Application/FinTech.BuildingBlocks.Application.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/BuildingBlocks/FinTech.BuildingBlocks.EventBus/FinTech.BuildingBlocks.EventBus.csproj b/src/BuildingBlocks/FinTech.BuildingBlocks.EventBus/FinTech.BuildingBlocks.EventBus.csproj index 2128d59..9393900 100644 --- a/src/BuildingBlocks/FinTech.BuildingBlocks.EventBus/FinTech.BuildingBlocks.EventBus.csproj +++ b/src/BuildingBlocks/FinTech.BuildingBlocks.EventBus/FinTech.BuildingBlocks.EventBus.csproj @@ -5,6 +5,6 @@ - + diff --git a/src/BuildingBlocks/FinTech.BuildingBlocks.Infrastructure/FinTech.BuildingBlocks.Infrastructure.csproj b/src/BuildingBlocks/FinTech.BuildingBlocks.Infrastructure/FinTech.BuildingBlocks.Infrastructure.csproj index 5edfa4a..9996e03 100644 --- a/src/BuildingBlocks/FinTech.BuildingBlocks.Infrastructure/FinTech.BuildingBlocks.Infrastructure.csproj +++ b/src/BuildingBlocks/FinTech.BuildingBlocks.Infrastructure/FinTech.BuildingBlocks.Infrastructure.csproj @@ -3,12 +3,12 @@ FinTech.BuildingBlocks.Infrastructure - + - + - + diff --git a/src/Host/FinTech.Api/FinTech.Api.csproj b/src/Host/FinTech.Api/FinTech.Api.csproj index 773fa77..b00d960 100644 --- a/src/Host/FinTech.Api/FinTech.Api.csproj +++ b/src/Host/FinTech.Api/FinTech.Api.csproj @@ -3,8 +3,8 @@ FinTech.Api - - + + diff --git a/src/Modules/Audit/FinTech.Modules.Audit.Infrastructure/FinTech.Modules.Audit.Infrastructure.csproj b/src/Modules/Audit/FinTech.Modules.Audit.Infrastructure/FinTech.Modules.Audit.Infrastructure.csproj index 6c6689c..65b5a18 100644 --- a/src/Modules/Audit/FinTech.Modules.Audit.Infrastructure/FinTech.Modules.Audit.Infrastructure.csproj +++ b/src/Modules/Audit/FinTech.Modules.Audit.Infrastructure/FinTech.Modules.Audit.Infrastructure.csproj @@ -3,7 +3,7 @@ FinTech.Modules.Audit.Infrastructure - + diff --git a/src/Modules/BackgroundJob/FinTech.Modules.BackgroundJob.Infrastructure/FinTech.Modules.BackgroundJob.Infrastructure.csproj b/src/Modules/BackgroundJob/FinTech.Modules.BackgroundJob.Infrastructure/FinTech.Modules.BackgroundJob.Infrastructure.csproj index e3a21c7..6b42996 100644 --- a/src/Modules/BackgroundJob/FinTech.Modules.BackgroundJob.Infrastructure/FinTech.Modules.BackgroundJob.Infrastructure.csproj +++ b/src/Modules/BackgroundJob/FinTech.Modules.BackgroundJob.Infrastructure/FinTech.Modules.BackgroundJob.Infrastructure.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/Modules/Identity/FinTech.Modules.Identity.Infrastructure/FinTech.Modules.Identity.Infrastructure.csproj b/src/Modules/Identity/FinTech.Modules.Identity.Infrastructure/FinTech.Modules.Identity.Infrastructure.csproj index 71799d9..93e0d0d 100644 --- a/src/Modules/Identity/FinTech.Modules.Identity.Infrastructure/FinTech.Modules.Identity.Infrastructure.csproj +++ b/src/Modules/Identity/FinTech.Modules.Identity.Infrastructure/FinTech.Modules.Identity.Infrastructure.csproj @@ -7,9 +7,9 @@ - + - + diff --git a/src/Modules/Ledger/FinTech.Modules.Ledger.Infrastructure/FinTech.Modules.Ledger.Infrastructure.csproj b/src/Modules/Ledger/FinTech.Modules.Ledger.Infrastructure/FinTech.Modules.Ledger.Infrastructure.csproj index dce71f3..42f9a16 100644 --- a/src/Modules/Ledger/FinTech.Modules.Ledger.Infrastructure/FinTech.Modules.Ledger.Infrastructure.csproj +++ b/src/Modules/Ledger/FinTech.Modules.Ledger.Infrastructure/FinTech.Modules.Ledger.Infrastructure.csproj @@ -3,7 +3,7 @@ FinTech.Modules.Ledger.Infrastructure - + diff --git a/src/Modules/Notification/FinTech.Modules.Notification.Infrastructure/FinTech.Modules.Notification.Infrastructure.csproj b/src/Modules/Notification/FinTech.Modules.Notification.Infrastructure/FinTech.Modules.Notification.Infrastructure.csproj index 1072e14..2d0a962 100644 --- a/src/Modules/Notification/FinTech.Modules.Notification.Infrastructure/FinTech.Modules.Notification.Infrastructure.csproj +++ b/src/Modules/Notification/FinTech.Modules.Notification.Infrastructure/FinTech.Modules.Notification.Infrastructure.csproj @@ -3,7 +3,7 @@ FinTech.Modules.Notification.Infrastructure - + diff --git a/src/Modules/Report/FinTech.Modules.Report.Infrastructure/FinTech.Modules.Report.Infrastructure.csproj b/src/Modules/Report/FinTech.Modules.Report.Infrastructure/FinTech.Modules.Report.Infrastructure.csproj index f50bf0d..723eb9c 100644 --- a/src/Modules/Report/FinTech.Modules.Report.Infrastructure/FinTech.Modules.Report.Infrastructure.csproj +++ b/src/Modules/Report/FinTech.Modules.Report.Infrastructure/FinTech.Modules.Report.Infrastructure.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/Modules/Transaction/FinTech.Modules.Transaction.Infrastructure/FinTech.Modules.Transaction.Infrastructure.csproj b/src/Modules/Transaction/FinTech.Modules.Transaction.Infrastructure/FinTech.Modules.Transaction.Infrastructure.csproj index 9d8424b..8efdbb0 100644 --- a/src/Modules/Transaction/FinTech.Modules.Transaction.Infrastructure/FinTech.Modules.Transaction.Infrastructure.csproj +++ b/src/Modules/Transaction/FinTech.Modules.Transaction.Infrastructure/FinTech.Modules.Transaction.Infrastructure.csproj @@ -3,7 +3,7 @@ FinTech.Modules.Transaction.Infrastructure - + diff --git a/src/Modules/Wallet/FinTech.Modules.Wallet.Infrastructure/FinTech.Modules.Wallet.Infrastructure.csproj b/src/Modules/Wallet/FinTech.Modules.Wallet.Infrastructure/FinTech.Modules.Wallet.Infrastructure.csproj index 495af8e..cfce2e5 100644 --- a/src/Modules/Wallet/FinTech.Modules.Wallet.Infrastructure/FinTech.Modules.Wallet.Infrastructure.csproj +++ b/src/Modules/Wallet/FinTech.Modules.Wallet.Infrastructure/FinTech.Modules.Wallet.Infrastructure.csproj @@ -3,7 +3,7 @@ FinTech.Modules.Wallet.Infrastructure - + diff --git a/tests/Backend/Architecture/FinTech.Tests.Architecture/FinTech.Tests.Architecture.csproj b/tests/Backend/Architecture/FinTech.Tests.Architecture/FinTech.Tests.Architecture.csproj index ea63e0a..f7bf2a8 100644 --- a/tests/Backend/Architecture/FinTech.Tests.Architecture/FinTech.Tests.Architecture.csproj +++ b/tests/Backend/Architecture/FinTech.Tests.Architecture/FinTech.Tests.Architecture.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/Backend/Integration/FinTech.Tests.Integration/FinTech.Tests.Integration.csproj b/tests/Backend/Integration/FinTech.Tests.Integration/FinTech.Tests.Integration.csproj index d56dc43..b4e778a 100644 --- a/tests/Backend/Integration/FinTech.Tests.Integration/FinTech.Tests.Integration.csproj +++ b/tests/Backend/Integration/FinTech.Tests.Integration/FinTech.Tests.Integration.csproj @@ -5,7 +5,7 @@ - + diff --git a/tests/Backend/Unit/FinTech.Tests.Unit/FinTech.Tests.Unit.csproj b/tests/Backend/Unit/FinTech.Tests.Unit/FinTech.Tests.Unit.csproj index d56dc43..b4e778a 100644 --- a/tests/Backend/Unit/FinTech.Tests.Unit/FinTech.Tests.Unit.csproj +++ b/tests/Backend/Unit/FinTech.Tests.Unit/FinTech.Tests.Unit.csproj @@ -5,7 +5,7 @@ - +