From 894113e157c2449eaa2b894ab1457cd3d5248349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 08:37:03 +0000 Subject: [PATCH] Bump the deps group across 1 directory with 7 updates Bumps the deps group with 7 updates in the /src directory: | Package | From | To | | --- | --- | --- | | [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.11.2` | `1.11.3` | | [Azure.ResourceManager](https://github.com/Azure/azure-sdk-for-net) | `1.11.1` | `1.12.0` | | [Azure.ResourceManager.KeyVault](https://github.com/Azure/azure-sdk-for-net) | `1.2.2` | `1.2.3` | | [Azure.ResourceManager.Resources](https://github.com/Azure/azure-sdk-for-net) | `1.7.2` | `1.7.3` | | [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) | `5.50.0` | `5.51.0` | | [Elastic.Apm.NetCoreAll](https://github.com/elastic/apm-agent-dotnet) | `1.26.0` | `1.27.0` | | [Swashbuckle.AspNetCore.Filters](https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters) | `8.0.1` | `8.0.2` | Updates `Azure.Identity` from 1.11.2 to 1.11.3 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.11.2...Azure.Identity_1.11.3) Updates `Azure.ResourceManager` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.ResourceManager_1.11.1...Azure.ResourceManager_1.12.0) Updates `Azure.ResourceManager.KeyVault` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.ResourceManager.KeyVault_1.2.2...Azure.ResourceManager.KeyVault_1.2.3) Updates `Azure.ResourceManager.Resources` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.ResourceManager.Resources_1.7.2...Azure.ResourceManager.Resources_1.7.3) Updates `Microsoft.Graph` from 5.50.0 to 5.51.0 - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/v5.50.0...v5.51.0) Updates `Elastic.Apm.NetCoreAll` from 1.26.0 to 1.27.0 - [Release notes](https://github.com/elastic/apm-agent-dotnet/releases) - [Changelog](https://github.com/elastic/apm-agent-dotnet/blob/main/CHANGELOG.asciidoc) - [Commits](https://github.com/elastic/apm-agent-dotnet/compare/v1.26.0...v1.27.0) Updates `Swashbuckle.AspNetCore.Filters` from 8.0.1 to 8.0.2 - [Changelog](https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters/compare/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Azure.ResourceManager dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: Azure.ResourceManager.KeyVault dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Azure.ResourceManager.Resources dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.Graph dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: Elastic.Apm.NetCoreAll dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: Swashbuckle.AspNetCore.Filters dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- src/Nox.Cli.Caching/Nox.Cli.Caching.csproj | 2 +- .../Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj | 8 ++++---- .../Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj | 4 ++-- .../Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj | 2 +- .../Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj | 4 ++-- src/Nox.Cli.Server/Nox.Cli.Server.csproj | 4 ++-- src/Nox.Cli.Variables/Nox.Cli.Variables.csproj | 2 +- src/Nox.Cli/Nox.Cli.csproj | 8 ++++---- 8 files changed, 17 insertions(+), 17 deletions(-) mode change 100755 => 100644 src/Nox.Cli.Caching/Nox.Cli.Caching.csproj mode change 100755 => 100644 src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj mode change 100755 => 100644 src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj mode change 100755 => 100644 src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj mode change 100755 => 100644 src/Nox.Cli.Server/Nox.Cli.Server.csproj mode change 100755 => 100644 src/Nox.Cli.Variables/Nox.Cli.Variables.csproj diff --git a/src/Nox.Cli.Caching/Nox.Cli.Caching.csproj b/src/Nox.Cli.Caching/Nox.Cli.Caching.csproj old mode 100755 new mode 100644 index 239e0ad..da00a3f --- a/src/Nox.Cli.Caching/Nox.Cli.Caching.csproj +++ b/src/Nox.Cli.Caching/Nox.Cli.Caching.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj old mode 100755 new mode 100644 index aad156c..5cedffe --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Arm/Nox.Cli.Plugin.Arm.csproj @@ -7,12 +7,12 @@ - - + + - + - + diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj old mode 100755 new mode 100644 index 23fea8a..4f5d3ae --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.AzureAd/Nox.Cli.Plugin.AzureAd.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj index fb177ba..20e9de4 100644 --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.MsSql/Nox.Cli.Plugin.MsSql.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj old mode 100755 new mode 100644 index a141308..0670a59 --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Teams/Nox.Cli.Plugin.Teams.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/Nox.Cli.Server/Nox.Cli.Server.csproj b/src/Nox.Cli.Server/Nox.Cli.Server.csproj old mode 100755 new mode 100644 index 79afe3a..d88a8d0 --- a/src/Nox.Cli.Server/Nox.Cli.Server.csproj +++ b/src/Nox.Cli.Server/Nox.Cli.Server.csproj @@ -7,13 +7,13 @@ Linux - + - + diff --git a/src/Nox.Cli.Variables/Nox.Cli.Variables.csproj b/src/Nox.Cli.Variables/Nox.Cli.Variables.csproj old mode 100755 new mode 100644 index 00e4f9f..297df2a --- a/src/Nox.Cli.Variables/Nox.Cli.Variables.csproj +++ b/src/Nox.Cli.Variables/Nox.Cli.Variables.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/Nox.Cli/Nox.Cli.csproj b/src/Nox.Cli/Nox.Cli.csproj index 7e87d91..f9131c0 100644 --- a/src/Nox.Cli/Nox.Cli.csproj +++ b/src/Nox.Cli/Nox.Cli.csproj @@ -29,14 +29,14 @@ - - - + + + - +