From 285109032703317286cd0a3216c38f16ad29f122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:50:36 +0000 Subject: [PATCH] chore(deps): bump Microsoft.Azure.Functions.Worker.Core, Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Options.ConfigurationExtensions and System.Text.Json Bumps [Microsoft.Azure.Functions.Worker.Core](https://github.com/Azure/azure-functions-dotnet-worker), [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Options.ConfigurationExtensions](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Azure.Functions.Worker.Core` from 1.19.0 to 2.0.0 - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/2.0.0/release_notes.md) - [Commits](https://github.com/Azure/azure-functions-dotnet-worker/compare/1.19.0...2.0.0) 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 `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v8.0.2) Updates `Microsoft.Extensions.Options.ConfigurationExtensions` from 8.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.0) Updates `System.Text.Json` from 8.0.5 to 6.0.10 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.5...v6.0.10) --- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker.Core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- source/B2BApi/B2BApi.csproj | 2 +- .../BuildingBlocks.Application.csproj | 2 +- source/IntegrationTests/IntegrationTests.csproj | 2 +- source/ProcessManager.Core/ProcessManager.Core.csproj | 2 +- .../ProcessManager.Orchestrations.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/B2BApi/B2BApi.csproj b/source/B2BApi/B2BApi.csproj index a39770dfe8..9d6b1359a0 100644 --- a/source/B2BApi/B2BApi.csproj +++ b/source/B2BApi/B2BApi.csproj @@ -26,7 +26,7 @@ limitations under the License. - + diff --git a/source/BuildingBlocks.Application/BuildingBlocks.Application.csproj b/source/BuildingBlocks.Application/BuildingBlocks.Application.csproj index eb788b27ca..9c7964e821 100644 --- a/source/BuildingBlocks.Application/BuildingBlocks.Application.csproj +++ b/source/BuildingBlocks.Application/BuildingBlocks.Application.csproj @@ -17,7 +17,7 @@ - + diff --git a/source/IntegrationTests/IntegrationTests.csproj b/source/IntegrationTests/IntegrationTests.csproj index 30ab46c50c..8f7113dfaa 100644 --- a/source/IntegrationTests/IntegrationTests.csproj +++ b/source/IntegrationTests/IntegrationTests.csproj @@ -29,7 +29,7 @@ limitations under the License. all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/source/ProcessManager.Core/ProcessManager.Core.csproj b/source/ProcessManager.Core/ProcessManager.Core.csproj index 9edffe4a78..d054ba35a6 100644 --- a/source/ProcessManager.Core/ProcessManager.Core.csproj +++ b/source/ProcessManager.Core/ProcessManager.Core.csproj @@ -19,7 +19,7 @@ - + diff --git a/source/ProcessManager.Orchestrations/ProcessManager.Orchestrations.csproj b/source/ProcessManager.Orchestrations/ProcessManager.Orchestrations.csproj index b82cd52dc3..d0fd0a7e1c 100644 --- a/source/ProcessManager.Orchestrations/ProcessManager.Orchestrations.csproj +++ b/source/ProcessManager.Orchestrations/ProcessManager.Orchestrations.csproj @@ -11,7 +11,7 @@ - + all