From 14363d6990c2026bf4b9c9a791a8885f7e318ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:53:56 +0000 Subject: [PATCH] Bump the all-packages group with 5 updates Bumps the all-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.12.1` | `1.13.0` | | [Azure.Security.KeyVault.Secrets](https://github.com/Azure/azure-sdk-for-net) | `4.6.0` | `4.7.0` | | [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.65.0` | `4.66.0` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.8.1` | `6.9.0` | | [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) | `1.6.6` | `1.6.7` | Updates `Azure.Identity` from 1.12.1 to 1.13.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.12.1...Azure.Identity_1.13.0) Updates `Azure.Security.KeyVault.Secrets` from 4.6.0 to 4.7.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Security.KeyVault.Secrets_4.6.0...Azure.Security.KeyVault.Secrets_4.7.0) Updates `Microsoft.Identity.Client` from 4.65.0 to 4.66.0 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.65.0...4.66.0) Updates `Swashbuckle.AspNetCore` from 6.8.1 to 6.9.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.1...v6.9.0) Updates `WireMock.Net` from 1.6.6 to 1.6.7 - [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases) - [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md) - [Commits](https://github.com/WireMock-Net/WireMock.Net/compare/1.6.6...1.6.7) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: Azure.Security.KeyVault.Secrets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: Microsoft.Identity.Client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: WireMock.Net dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-packages ... Signed-off-by: dependabot[bot] --- src/UKHO.ERPFacade.API/UKHO.ERPFacade.API.csproj | 4 ++-- .../UKHO.ERPFacade.CleanUp.WebJob.csproj | 4 ++-- src/UKHO.ERPFacade.Common/UKHO.ERPFacade.Common.csproj | 2 +- .../UKHO.ERPFacade.EventAggregation.WebJob.csproj | 2 +- src/UKHO.SAP.MockAPIService/UKHO.SAP.MockAPIService.csproj | 4 ++-- .../UKHO.ERPFacade.API.FunctionalTests.csproj | 2 +- .../UKHO.ERPFacade.Common.UnitTests.csproj | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/UKHO.ERPFacade.API/UKHO.ERPFacade.API.csproj b/src/UKHO.ERPFacade.API/UKHO.ERPFacade.API.csproj index d5e95c91..5acc00a6 100644 --- a/src/UKHO.ERPFacade.API/UKHO.ERPFacade.API.csproj +++ b/src/UKHO.ERPFacade.API/UKHO.ERPFacade.API.csproj @@ -35,7 +35,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/src/UKHO.ERPFacade.CleanUp.WebJob/UKHO.ERPFacade.CleanUp.WebJob.csproj b/src/UKHO.ERPFacade.CleanUp.WebJob/UKHO.ERPFacade.CleanUp.WebJob.csproj index a15b921e..b9ebd236 100644 --- a/src/UKHO.ERPFacade.CleanUp.WebJob/UKHO.ERPFacade.CleanUp.WebJob.csproj +++ b/src/UKHO.ERPFacade.CleanUp.WebJob/UKHO.ERPFacade.CleanUp.WebJob.csproj @@ -29,8 +29,8 @@ - - + + diff --git a/src/UKHO.ERPFacade.Common/UKHO.ERPFacade.Common.csproj b/src/UKHO.ERPFacade.Common/UKHO.ERPFacade.Common.csproj index 6ee92ff5..69d8f884 100644 --- a/src/UKHO.ERPFacade.Common/UKHO.ERPFacade.Common.csproj +++ b/src/UKHO.ERPFacade.Common/UKHO.ERPFacade.Common.csproj @@ -16,7 +16,7 @@ 8603;8604;8618;8777;8602;8600;1591;1587;8601 - + diff --git a/src/UKHO.ERPFacade.EventAggregation.WebJob/UKHO.ERPFacade.EventAggregation.WebJob.csproj b/src/UKHO.ERPFacade.EventAggregation.WebJob/UKHO.ERPFacade.EventAggregation.WebJob.csproj index 93225822..379cd967 100644 --- a/src/UKHO.ERPFacade.EventAggregation.WebJob/UKHO.ERPFacade.EventAggregation.WebJob.csproj +++ b/src/UKHO.ERPFacade.EventAggregation.WebJob/UKHO.ERPFacade.EventAggregation.WebJob.csproj @@ -25,7 +25,7 @@ - + diff --git a/src/UKHO.SAP.MockAPIService/UKHO.SAP.MockAPIService.csproj b/src/UKHO.SAP.MockAPIService/UKHO.SAP.MockAPIService.csproj index 149b48cb..46cccc68 100644 --- a/src/UKHO.SAP.MockAPIService/UKHO.SAP.MockAPIService.csproj +++ b/src/UKHO.SAP.MockAPIService/UKHO.SAP.MockAPIService.csproj @@ -19,8 +19,8 @@ - - + + diff --git a/tests/UKHO.ERPFacade.API.FunctionalTests/UKHO.ERPFacade.API.FunctionalTests.csproj b/tests/UKHO.ERPFacade.API.FunctionalTests/UKHO.ERPFacade.API.FunctionalTests.csproj index d59d6feb..79a36129 100644 --- a/tests/UKHO.ERPFacade.API.FunctionalTests/UKHO.ERPFacade.API.FunctionalTests.csproj +++ b/tests/UKHO.ERPFacade.API.FunctionalTests/UKHO.ERPFacade.API.FunctionalTests.csproj @@ -28,7 +28,7 @@ - + diff --git a/tests/UKHO.ERPFacade.Common.UnitTests/UKHO.ERPFacade.Common.UnitTests.csproj b/tests/UKHO.ERPFacade.Common.UnitTests/UKHO.ERPFacade.Common.UnitTests.csproj index 049e4a02..20a1ea6b 100644 --- a/tests/UKHO.ERPFacade.Common.UnitTests/UKHO.ERPFacade.Common.UnitTests.csproj +++ b/tests/UKHO.ERPFacade.Common.UnitTests/UKHO.ERPFacade.Common.UnitTests.csproj @@ -32,7 +32,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive