From 91ecadf724635bb89c5bcc777bf658450c35761b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:33:42 +0000 Subject: [PATCH] Bump Microsoft.Graph from 5.54.0 to 5.55.0 in /src Bumps [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) from 5.54.0 to 5.55.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.54.0...v5.55.0) --- updated-dependencies: - dependency-name: Microsoft.Graph dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj b/src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj index 5973f27b8..79e689d07 100644 --- a/src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj +++ b/src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj @@ -61,7 +61,7 @@ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.2" /> - <PackageReference Include="Microsoft.Graph" Version="5.54.0" /> + <PackageReference Include="Microsoft.Graph" Version="5.55.0" /> <PackageReference Include="Microsoft.OpenApi" Version="1.6.14" /> <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" /> <PackageReference Include="Microsoft.Identity.Web.UI" Version="2.19.0" />