From 99747599034012eb03fb8736ba98b0d2f0d037ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:19:32 +0000 Subject: [PATCH] chore(deps): bump Azure.Messaging.ServiceBus, Microsoft.Bcl.AsyncInterfaces and System.Text.Json Bumps [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net), [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Azure.Messaging.ServiceBus` from 7.18.1 to 7.18.2 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Messaging.ServiceBus_7.18.1...Azure.Messaging.ServiceBus_7.18.2) Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 6.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v6.0.0) Updates `System.Text.Json` from 8.0.5 to 6.0.9 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.5...v6.0.9) --- updated-dependencies: - dependency-name: Azure.Messaging.ServiceBus dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../ArchivedMessages.IntegrationTests.csproj | 4 ++-- source/B2BApi.AppTests/B2BApi.AppTests.csproj | 2 +- source/B2BApi/B2BApi.csproj | 2 +- source/BuildingBlocks.Tests/BuildingBlocks.Tests.csproj | 2 +- source/Edi/Edi.csproj | 2 +- .../IncomingMessages.IntegrationTests.csproj | 4 ++-- .../IntegrationEvents.IntegrationTests.csproj | 4 ++-- source/IntegrationTests/IntegrationTests.csproj | 4 ++-- .../MasterData.IntegrationTests.csproj | 4 ++-- .../ProcessManager.Client.Tests.csproj | 2 +- source/ProcessManager.Client/ProcessManager.Client.csproj | 2 +- .../ProcessManager.Core.Tests.csproj | 2 +- .../ProcessManager.Orchestrations.Tests.csproj | 2 +- .../ProcessManager.SubsystemTests.csproj | 2 +- source/ProcessManager.Tests/ProcessManager.Tests.csproj | 2 +- source/SubsystemTests/SubsystemTests.csproj | 2 +- source/SystemTests/SystemTests.csproj | 2 +- 17 files changed, 22 insertions(+), 22 deletions(-) diff --git a/source/ArchivedMessages.IntegrationTests/ArchivedMessages.IntegrationTests.csproj b/source/ArchivedMessages.IntegrationTests/ArchivedMessages.IntegrationTests.csproj index 07346d50cf..1c0c5649c6 100644 --- a/source/ArchivedMessages.IntegrationTests/ArchivedMessages.IntegrationTests.csproj +++ b/source/ArchivedMessages.IntegrationTests/ArchivedMessages.IntegrationTests.csproj @@ -23,10 +23,10 @@ limitations under the License. - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/source/B2BApi.AppTests/B2BApi.AppTests.csproj b/source/B2BApi.AppTests/B2BApi.AppTests.csproj index 0818b59f00..6ab94cd616 100644 --- a/source/B2BApi.AppTests/B2BApi.AppTests.csproj +++ b/source/B2BApi.AppTests/B2BApi.AppTests.csproj @@ -15,7 +15,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/source/B2BApi/B2BApi.csproj b/source/B2BApi/B2BApi.csproj index 701bd2997a..4ecc6a8503 100644 --- a/source/B2BApi/B2BApi.csproj +++ b/source/B2BApi/B2BApi.csproj @@ -27,7 +27,7 @@ limitations under the License. - + diff --git a/source/BuildingBlocks.Tests/BuildingBlocks.Tests.csproj b/source/BuildingBlocks.Tests/BuildingBlocks.Tests.csproj index 05bf24a5d6..9a328c6c3a 100644 --- a/source/BuildingBlocks.Tests/BuildingBlocks.Tests.csproj +++ b/source/BuildingBlocks.Tests/BuildingBlocks.Tests.csproj @@ -24,7 +24,7 @@ limitations under the License. - + diff --git a/source/Edi/Edi.csproj b/source/Edi/Edi.csproj index 38dc347044..19902a47d0 100644 --- a/source/Edi/Edi.csproj +++ b/source/Edi/Edi.csproj @@ -5,7 +5,7 @@ - + diff --git a/source/IncomingMessages.IntegrationTests/IncomingMessages.IntegrationTests.csproj b/source/IncomingMessages.IntegrationTests/IncomingMessages.IntegrationTests.csproj index 9000b5bbb5..005a9622a7 100644 --- a/source/IncomingMessages.IntegrationTests/IncomingMessages.IntegrationTests.csproj +++ b/source/IncomingMessages.IntegrationTests/IncomingMessages.IntegrationTests.csproj @@ -26,8 +26,8 @@ limitations under the License. all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/source/IntegrationEvents.IntegrationTests/IntegrationEvents.IntegrationTests.csproj b/source/IntegrationEvents.IntegrationTests/IntegrationEvents.IntegrationTests.csproj index 7cfc32452f..c0574226e9 100644 --- a/source/IntegrationEvents.IntegrationTests/IntegrationEvents.IntegrationTests.csproj +++ b/source/IntegrationEvents.IntegrationTests/IntegrationEvents.IntegrationTests.csproj @@ -8,11 +8,11 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/source/IntegrationTests/IntegrationTests.csproj b/source/IntegrationTests/IntegrationTests.csproj index 67d9658c49..f07c77bdf0 100644 --- a/source/IntegrationTests/IntegrationTests.csproj +++ b/source/IntegrationTests/IntegrationTests.csproj @@ -23,7 +23,7 @@ limitations under the License. - + all @@ -36,7 +36,7 @@ limitations under the License. all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/source/MasterData.IntegrationTests/MasterData.IntegrationTests.csproj b/source/MasterData.IntegrationTests/MasterData.IntegrationTests.csproj index f54b757939..e6814cdb0e 100644 --- a/source/MasterData.IntegrationTests/MasterData.IntegrationTests.csproj +++ b/source/MasterData.IntegrationTests/MasterData.IntegrationTests.csproj @@ -8,10 +8,10 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/source/ProcessManager.Client.Tests/ProcessManager.Client.Tests.csproj b/source/ProcessManager.Client.Tests/ProcessManager.Client.Tests.csproj index 9b55d2efe6..f8c7bbab33 100644 --- a/source/ProcessManager.Client.Tests/ProcessManager.Client.Tests.csproj +++ b/source/ProcessManager.Client.Tests/ProcessManager.Client.Tests.csproj @@ -18,7 +18,7 @@ - + diff --git a/source/ProcessManager.Client/ProcessManager.Client.csproj b/source/ProcessManager.Client/ProcessManager.Client.csproj index f0127a572a..c63e0ea9ce 100644 --- a/source/ProcessManager.Client/ProcessManager.Client.csproj +++ b/source/ProcessManager.Client/ProcessManager.Client.csproj @@ -76,7 +76,7 @@ - + diff --git a/source/ProcessManager.Core.Tests/ProcessManager.Core.Tests.csproj b/source/ProcessManager.Core.Tests/ProcessManager.Core.Tests.csproj index 7eb59953a1..f7efcace97 100644 --- a/source/ProcessManager.Core.Tests/ProcessManager.Core.Tests.csproj +++ b/source/ProcessManager.Core.Tests/ProcessManager.Core.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/source/ProcessManager.Orchestrations.Tests/ProcessManager.Orchestrations.Tests.csproj b/source/ProcessManager.Orchestrations.Tests/ProcessManager.Orchestrations.Tests.csproj index 4219b8af5d..c71d4349be 100644 --- a/source/ProcessManager.Orchestrations.Tests/ProcessManager.Orchestrations.Tests.csproj +++ b/source/ProcessManager.Orchestrations.Tests/ProcessManager.Orchestrations.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/source/ProcessManager.SubsystemTests/ProcessManager.SubsystemTests.csproj b/source/ProcessManager.SubsystemTests/ProcessManager.SubsystemTests.csproj index e1b9934b06..a798568613 100644 --- a/source/ProcessManager.SubsystemTests/ProcessManager.SubsystemTests.csproj +++ b/source/ProcessManager.SubsystemTests/ProcessManager.SubsystemTests.csproj @@ -12,7 +12,7 @@ - + diff --git a/source/ProcessManager.Tests/ProcessManager.Tests.csproj b/source/ProcessManager.Tests/ProcessManager.Tests.csproj index d0671c52e4..e886fb0d5d 100644 --- a/source/ProcessManager.Tests/ProcessManager.Tests.csproj +++ b/source/ProcessManager.Tests/ProcessManager.Tests.csproj @@ -16,7 +16,7 @@ - + diff --git a/source/SubsystemTests/SubsystemTests.csproj b/source/SubsystemTests/SubsystemTests.csproj index 81894bbeb2..3131e3c4a4 100644 --- a/source/SubsystemTests/SubsystemTests.csproj +++ b/source/SubsystemTests/SubsystemTests.csproj @@ -70,7 +70,7 @@ - + diff --git a/source/SystemTests/SystemTests.csproj b/source/SystemTests/SystemTests.csproj index ecdfe75ffe..816ad71fa2 100644 --- a/source/SystemTests/SystemTests.csproj +++ b/source/SystemTests/SystemTests.csproj @@ -9,7 +9,7 @@ - +