From e9f8f5586dc106c0b44a20497f39e690cfd9a32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 03:22:22 +0000 Subject: [PATCH 1/4] chore(deps): bump apidoctor from `a34a80d` to `7d8ebd4` Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `a34a80d` to `7d8ebd4`. - [Commits](https://github.com/OneDrive/apidoctor/compare/a34a80d1a6fc4a88820464325a1f6b4f59b2ca2b...7d8ebd44df525326e28e74bc9c6e1a6115c223c8) --- updated-dependencies: - dependency-name: apidoctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apidoctor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidoctor b/apidoctor index a34a80d1a..7d8ebd44d 160000 --- a/apidoctor +++ b/apidoctor @@ -1 +1 @@ -Subproject commit a34a80d1a6fc4a88820464325a1f6b4f59b2ca2b +Subproject commit 7d8ebd44df525326e28e74bc9c6e1a6115c223c8 From 8966968487bab8b1ddfc94c8ffa90315f5663018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:23:14 +0000 Subject: [PATCH 2/4] chore(deps): bump MSTest.TestFramework from 3.6.3 to 3.6.4 Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.6.3...v3.6.4) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../GraphODataTemplateWriter.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj b/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj index 142eaa7ca..076fc6da6 100644 --- a/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj +++ b/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj @@ -21,7 +21,7 @@ 3.6.3 - 3.6.3 + 3.6.4 \ No newline at end of file From a913a04719f6e080803ea6dcfa29b043eb6d48a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:54:58 +0000 Subject: [PATCH 3/4] chore(deps): bump MSTest.TestAdapter from 3.6.3 to 3.6.4 Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.6.3...v3.6.4) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../GraphODataTemplateWriter.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj b/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj index 076fc6da6..adf631dbd 100644 --- a/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj +++ b/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj @@ -18,7 +18,7 @@ - 3.6.3 + 3.6.4 3.6.4 From d8e97ccfadc3d134845fd1e12766937922f6f019 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 20 Dec 2024 12:11:01 -0500 Subject: [PATCH 4/4] chore: unpins hidi --- .azure-pipelines/generation-templates/capture-openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/generation-templates/capture-openapi.yml b/.azure-pipelines/generation-templates/capture-openapi.yml index 2ca87a6cb..cdd626bad 100644 --- a/.azure-pipelines/generation-templates/capture-openapi.yml +++ b/.azure-pipelines/generation-templates/capture-openapi.yml @@ -63,7 +63,7 @@ jobs: - template: checkout-metadata.yml - template: use-dotnet-sdk.yml - - pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.4.14 + - pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi displayName: install hidi - pwsh: |