From d696f3aedd4fe2ed156b715bb21fa460e27660e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:51:07 +0100 Subject: [PATCH] Update dependencies (#376) Bumps the update-nuget-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.18.0` | `12.19.0` | | [Serilog](https://github.com/serilog/serilog) | `3.0.1` | `3.1.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.7.2` | `17.8.0` | | [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) | `7.4.0` | `8.0.0` | | [Serilog.Formatting.Compact](https://github.com/serilog/serilog-formatting-compact) | `1.1.0` | `2.0.0` | | [Dapper](https://github.com/DapperLib/Dapper) | `2.1.15` | `2.1.21` | Updates `Azure.Storage.Blobs` from 12.18.0 to 12.19.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.18.0...Azure.Storage.Blobs_12.19.0) Updates `Serilog` from 3.0.1 to 3.1.1 - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](https://github.com/serilog/serilog/compare/v3.0.1...v3.1.1) Updates `Microsoft.NET.Test.Sdk` from 17.7.2 to 17.8.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) Updates `FakeItEasy` from 7.4.0 to 8.0.0 - [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases) - [Commits](https://github.com/FakeItEasy/FakeItEasy/compare/7.4.0...8.0.0) Updates `Serilog.Formatting.Compact` from 1.1.0 to 2.0.0 - [Release notes](https://github.com/serilog/serilog-formatting-compact/releases) - [Commits](https://github.com/serilog/serilog-formatting-compact/compare/v1.1.0...v2.0.0) Updates `Dapper` from 2.1.15 to 2.1.21 - [Release notes](https://github.com/DapperLib/Dapper/releases) - [Commits](https://github.com/DapperLib/Dapper/compare/2.1.15...2.1.21) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-nuget-dependencies - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-nuget-dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-nuget-dependencies - dependency-name: FakeItEasy dependency-type: direct:production update-type: version-update:semver-major dependency-group: update-nuget-dependencies - dependency-name: Serilog.Formatting.Compact dependency-type: direct:production update-type: version-update:semver-major dependency-group: update-nuget-dependencies - dependency-name: Dapper dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-nuget-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- AdminUi/src/AdminUi/AdminUi.csproj | 4 ++-- .../AdminUi.Tests.Integration.csproj | 2 +- Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj | 2 +- .../BuildingBlocks.Infrastructure.csproj | 2 +- .../SpecFlowCucumberResultsExporter.csproj | 2 +- .../BuildingBlocks.Application.Tests.csproj | 2 +- .../BuildingBlocks.Infrastructure.Tests.csproj | 2 +- BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj | 2 +- .../DevelopmentKit.Identity.Tests.csproj | 2 +- .../StronglyTypedIds.Tests/StronglyTypedIds.Tests.csproj | 2 +- BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj | 2 +- .../src/Common.Infrastructure/Common.Infrastructure.csproj | 2 +- .../ConsumerApi.Tests.Integration.csproj | 2 +- ConsumerApi/ConsumerApi.csproj | 4 ++-- Infrastructure/Infrastructure.csproj | 4 ++-- .../Devices.Application.Tests.csproj | 4 ++-- .../test/Devices.Domain.Tests/Devices.Domain.Tests.csproj | 2 +- .../Devices.Infrastructure.Tests.csproj | 4 ++-- .../Files.Application.Tests/Files.Application.Tests.csproj | 2 +- .../Files.Jobs.SanityCheck.Tests.csproj | 2 +- .../Messages.Application.Tests.csproj | 6 +++--- .../Messages.Jobs.SanityCheck.Tests.csproj | 2 +- .../Quotas.Application.Tests.csproj | 4 ++-- .../test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj | 2 +- .../Relationships.Application.Tests.csproj | 4 ++-- .../Relationships.Domain.Tests.csproj | 2 +- .../Relationships.Jobs.SanityCheck.Tests.csproj | 2 +- .../Synchronization.Application.Tests.csproj | 4 ++-- .../Synchronization.Domain.Tests.csproj | 2 +- .../Synchronization.Jobs.SanityCheck.Tests.csproj | 2 +- .../Tokens.Application.Tests.csproj | 4 ++-- .../Tokens.Jobs.SanityCheck.Tests.csproj | 2 +- 32 files changed, 43 insertions(+), 43 deletions(-) diff --git a/AdminUi/src/AdminUi/AdminUi.csproj b/AdminUi/src/AdminUi/AdminUi.csproj index 4a6c5be495..d4cf68e7ae 100644 --- a/AdminUi/src/AdminUi/AdminUi.csproj +++ b/AdminUi/src/AdminUi/AdminUi.csproj @@ -24,14 +24,14 @@ - + - + diff --git a/AdminUi/test/AdminUi.Tests.Integration/AdminUi.Tests.Integration.csproj b/AdminUi/test/AdminUi.Tests.Integration/AdminUi.Tests.Integration.csproj index 11a18ed113..7dee9bf341 100644 --- a/AdminUi/test/AdminUi.Tests.Integration/AdminUi.Tests.Integration.csproj +++ b/AdminUi/test/AdminUi.Tests.Integration/AdminUi.Tests.Integration.csproj @@ -11,7 +11,7 @@ - + diff --git a/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj b/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj index bad1c3240b..147636ee54 100644 --- a/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj +++ b/Backbone.Tests.ArchUnit/Backbone.Tests.ArchUnit.csproj @@ -7,7 +7,7 @@ - + diff --git a/BuildingBlocks/src/BuildingBlocks.Infrastructure/BuildingBlocks.Infrastructure.csproj b/BuildingBlocks/src/BuildingBlocks.Infrastructure/BuildingBlocks.Infrastructure.csproj index 55dc236f30..210dfdf3b3 100644 --- a/BuildingBlocks/src/BuildingBlocks.Infrastructure/BuildingBlocks.Infrastructure.csproj +++ b/BuildingBlocks/src/BuildingBlocks.Infrastructure/BuildingBlocks.Infrastructure.csproj @@ -7,7 +7,7 @@ - + diff --git a/BuildingBlocks/src/SpecFlowCucumberResultsExporter/SpecFlowCucumberResultsExporter.csproj b/BuildingBlocks/src/SpecFlowCucumberResultsExporter/SpecFlowCucumberResultsExporter.csproj index e34f298b8f..d20c2cf6fc 100644 --- a/BuildingBlocks/src/SpecFlowCucumberResultsExporter/SpecFlowCucumberResultsExporter.csproj +++ b/BuildingBlocks/src/SpecFlowCucumberResultsExporter/SpecFlowCucumberResultsExporter.csproj @@ -5,7 +5,7 @@ - + diff --git a/BuildingBlocks/test/BuildingBlocks.Application.Tests/BuildingBlocks.Application.Tests.csproj b/BuildingBlocks/test/BuildingBlocks.Application.Tests/BuildingBlocks.Application.Tests.csproj index 1d460f3ebf..d049792cda 100644 --- a/BuildingBlocks/test/BuildingBlocks.Application.Tests/BuildingBlocks.Application.Tests.csproj +++ b/BuildingBlocks/test/BuildingBlocks.Application.Tests/BuildingBlocks.Application.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/BuildingBlocks/test/BuildingBlocks.Infrastructure.Tests/BuildingBlocks.Infrastructure.Tests.csproj b/BuildingBlocks/test/BuildingBlocks.Infrastructure.Tests/BuildingBlocks.Infrastructure.Tests.csproj index 10000ba756..2ebc17c59f 100644 --- a/BuildingBlocks/test/BuildingBlocks.Infrastructure.Tests/BuildingBlocks.Infrastructure.Tests.csproj +++ b/BuildingBlocks/test/BuildingBlocks.Infrastructure.Tests/BuildingBlocks.Infrastructure.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj b/BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj index 7657ca4df0..04156b3d04 100644 --- a/BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj +++ b/BuildingBlocks/test/Crypto.Tests/Crypto.Tests.csproj @@ -10,7 +10,7 @@ - + all diff --git a/BuildingBlocks/test/DevelopmentKit.Identity.Tests/DevelopmentKit.Identity.Tests.csproj b/BuildingBlocks/test/DevelopmentKit.Identity.Tests/DevelopmentKit.Identity.Tests.csproj index 2025c547b6..1476d89b51 100644 --- a/BuildingBlocks/test/DevelopmentKit.Identity.Tests/DevelopmentKit.Identity.Tests.csproj +++ b/BuildingBlocks/test/DevelopmentKit.Identity.Tests/DevelopmentKit.Identity.Tests.csproj @@ -6,7 +6,7 @@ - + all diff --git a/BuildingBlocks/test/StronglyTypedIds.Tests/StronglyTypedIds.Tests.csproj b/BuildingBlocks/test/StronglyTypedIds.Tests/StronglyTypedIds.Tests.csproj index 74b9c4fd0a..30dc697c87 100644 --- a/BuildingBlocks/test/StronglyTypedIds.Tests/StronglyTypedIds.Tests.csproj +++ b/BuildingBlocks/test/StronglyTypedIds.Tests/StronglyTypedIds.Tests.csproj @@ -5,7 +5,7 @@ - + all diff --git a/BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj b/BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj index b591086cc4..73b10b23fd 100644 --- a/BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj +++ b/BuildingBlocks/test/Tooling.Tests/Tooling.Tests.csproj @@ -6,7 +6,7 @@ - + all diff --git a/Common/src/Common.Infrastructure/Common.Infrastructure.csproj b/Common/src/Common.Infrastructure/Common.Infrastructure.csproj index 0cc31708c4..f5aeb5bb1c 100644 --- a/Common/src/Common.Infrastructure/Common.Infrastructure.csproj +++ b/Common/src/Common.Infrastructure/Common.Infrastructure.csproj @@ -5,7 +5,7 @@ - + diff --git a/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj b/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj index 2170f56cf8..05681a9434 100644 --- a/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj +++ b/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj @@ -12,7 +12,7 @@ - + diff --git a/ConsumerApi/ConsumerApi.csproj b/ConsumerApi/ConsumerApi.csproj index 9a8eb167d7..2ed926caa0 100644 --- a/ConsumerApi/ConsumerApi.csproj +++ b/ConsumerApi/ConsumerApi.csproj @@ -23,14 +23,14 @@ runtime; build; native; contentfiles; analyzers; buildtransitive true - + - + diff --git a/Infrastructure/Infrastructure.csproj b/Infrastructure/Infrastructure.csproj index 51d8339752..25e2594864 100644 --- a/Infrastructure/Infrastructure.csproj +++ b/Infrastructure/Infrastructure.csproj @@ -1,4 +1,4 @@ - + enable @@ -9,7 +9,7 @@ - + diff --git a/Modules/Devices/test/Devices.Application.Tests/Devices.Application.Tests.csproj b/Modules/Devices/test/Devices.Application.Tests/Devices.Application.Tests.csproj index 4ce05fce5b..5c61be560b 100644 --- a/Modules/Devices/test/Devices.Application.Tests/Devices.Application.Tests.csproj +++ b/Modules/Devices/test/Devices.Application.Tests/Devices.Application.Tests.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Modules/Devices/test/Devices.Domain.Tests/Devices.Domain.Tests.csproj b/Modules/Devices/test/Devices.Domain.Tests/Devices.Domain.Tests.csproj index bb8a88ca04..4ac3eed62b 100644 --- a/Modules/Devices/test/Devices.Domain.Tests/Devices.Domain.Tests.csproj +++ b/Modules/Devices/test/Devices.Domain.Tests/Devices.Domain.Tests.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj b/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj index 749aa8dcb2..4561bf7362 100644 --- a/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj +++ b/Modules/Devices/test/Devices.Infrastructure.Tests/Devices.Infrastructure.Tests.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj b/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj index ded65551a8..eabd73d5f3 100644 --- a/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj +++ b/Modules/Files/test/Files.Application.Tests/Files.Application.Tests.csproj @@ -5,7 +5,7 @@ - + all diff --git a/Modules/Files/test/Files.Jobs.SanityCheck.Tests/Files.Jobs.SanityCheck.Tests.csproj b/Modules/Files/test/Files.Jobs.SanityCheck.Tests/Files.Jobs.SanityCheck.Tests.csproj index e9d5101938..913b09edbb 100644 --- a/Modules/Files/test/Files.Jobs.SanityCheck.Tests/Files.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Files/test/Files.Jobs.SanityCheck.Tests/Files.Jobs.SanityCheck.Tests.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj b/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj index 3d113eb28f..3761a1decc 100644 --- a/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj +++ b/Modules/Messages/test/Messages.Application.Tests/Messages.Application.Tests.csproj @@ -1,13 +1,13 @@ - + false - + - + all diff --git a/Modules/Messages/test/Messages.Jobs.SanityCheck.Tests/Messages.Jobs.SanityCheck.Tests.csproj b/Modules/Messages/test/Messages.Jobs.SanityCheck.Tests/Messages.Jobs.SanityCheck.Tests.csproj index 19bb2a3756..ec9f6c0bea 100644 --- a/Modules/Messages/test/Messages.Jobs.SanityCheck.Tests/Messages.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Messages/test/Messages.Jobs.SanityCheck.Tests/Messages.Jobs.SanityCheck.Tests.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Quotas/test/Quotas.Application.Tests/Quotas.Application.Tests.csproj b/Modules/Quotas/test/Quotas.Application.Tests/Quotas.Application.Tests.csproj index 8788f96957..6030b55ef4 100644 --- a/Modules/Quotas/test/Quotas.Application.Tests/Quotas.Application.Tests.csproj +++ b/Modules/Quotas/test/Quotas.Application.Tests/Quotas.Application.Tests.csproj @@ -5,9 +5,9 @@ - + - + all diff --git a/Modules/Quotas/test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj b/Modules/Quotas/test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj index efd0c759de..fee007d692 100644 --- a/Modules/Quotas/test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj +++ b/Modules/Quotas/test/Quotas.Domain.Tests/Quotas.Domain.Tests.csproj @@ -7,7 +7,7 @@ - + all diff --git a/Modules/Relationships/test/Relationships.Application.Tests/Relationships.Application.Tests.csproj b/Modules/Relationships/test/Relationships.Application.Tests/Relationships.Application.Tests.csproj index 9de6183d43..3320d87932 100644 --- a/Modules/Relationships/test/Relationships.Application.Tests/Relationships.Application.Tests.csproj +++ b/Modules/Relationships/test/Relationships.Application.Tests/Relationships.Application.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/Modules/Relationships/test/Relationships.Domain.Tests/Relationships.Domain.Tests.csproj b/Modules/Relationships/test/Relationships.Domain.Tests/Relationships.Domain.Tests.csproj index b1a808e2e0..6d21380be8 100644 --- a/Modules/Relationships/test/Relationships.Domain.Tests/Relationships.Domain.Tests.csproj +++ b/Modules/Relationships/test/Relationships.Domain.Tests/Relationships.Domain.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/Modules/Relationships/test/Relationships.Jobs.SanityCheck.Tests/Relationships.Jobs.SanityCheck.Tests.csproj b/Modules/Relationships/test/Relationships.Jobs.SanityCheck.Tests/Relationships.Jobs.SanityCheck.Tests.csproj index f2b5334d83..901c77db5e 100644 --- a/Modules/Relationships/test/Relationships.Jobs.SanityCheck.Tests/Relationships.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Relationships/test/Relationships.Jobs.SanityCheck.Tests/Relationships.Jobs.SanityCheck.Tests.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Synchronization/test/Synchronization.Application.Tests/Synchronization.Application.Tests.csproj b/Modules/Synchronization/test/Synchronization.Application.Tests/Synchronization.Application.Tests.csproj index e910608132..e9fb9d409a 100644 --- a/Modules/Synchronization/test/Synchronization.Application.Tests/Synchronization.Application.Tests.csproj +++ b/Modules/Synchronization/test/Synchronization.Application.Tests/Synchronization.Application.Tests.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Modules/Synchronization/test/Synchronization.Domain.Tests/Synchronization.Domain.Tests.csproj b/Modules/Synchronization/test/Synchronization.Domain.Tests/Synchronization.Domain.Tests.csproj index cf4025dc10..6e3c4257b4 100644 --- a/Modules/Synchronization/test/Synchronization.Domain.Tests/Synchronization.Domain.Tests.csproj +++ b/Modules/Synchronization/test/Synchronization.Domain.Tests/Synchronization.Domain.Tests.csproj @@ -6,7 +6,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Synchronization/test/Synchronization.Jobs.SanityCheck.Tests/Synchronization.Jobs.SanityCheck.Tests.csproj b/Modules/Synchronization/test/Synchronization.Jobs.SanityCheck.Tests/Synchronization.Jobs.SanityCheck.Tests.csproj index 4f98c59558..3b3101d455 100644 --- a/Modules/Synchronization/test/Synchronization.Jobs.SanityCheck.Tests/Synchronization.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Synchronization/test/Synchronization.Jobs.SanityCheck.Tests/Synchronization.Jobs.SanityCheck.Tests.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj b/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj index a4c8c19203..c9dc0cf419 100644 --- a/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj +++ b/Modules/Tokens/test/Tokens.Application.Tests/Tokens.Application.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/Modules/Tokens/test/Tokens.Jobs.SanityCheck.Tests/Tokens.Jobs.SanityCheck.Tests.csproj b/Modules/Tokens/test/Tokens.Jobs.SanityCheck.Tests/Tokens.Jobs.SanityCheck.Tests.csproj index 779a363bba..c1942ec44d 100644 --- a/Modules/Tokens/test/Tokens.Jobs.SanityCheck.Tests/Tokens.Jobs.SanityCheck.Tests.csproj +++ b/Modules/Tokens/test/Tokens.Jobs.SanityCheck.Tests/Tokens.Jobs.SanityCheck.Tests.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive