From 9a62b51bc1cab0694d5cec2ab4786706ee70c6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 03:59:59 +0000 Subject: [PATCH] chore(deps): Bump the all group with 5 updates Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [OpenApiGenerator](https://github.com/HavenDV/OpenApiGenerator) | `0.8.1` | `0.9.7` | | [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) | `2.3.3` | `2.4.1` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.4.0` | `3.4.3` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.4.0` | `3.4.3` | | [Verify.MSTest](https://github.com/VerifyTests/Verify) | `24.2.0` | `25.0.1` | Updates `OpenApiGenerator` from 0.8.1 to 0.9.7 - [Commits](https://github.com/HavenDV/OpenApiGenerator/commits) Updates `GitHubActionsTestLogger` from 2.3.3 to 2.4.1 - [Release notes](https://github.com/Tyrrrz/GitHubActionsTestLogger/releases) - [Commits](https://github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.3.3...2.4.1) Updates `MSTest.TestAdapter` from 3.4.0 to 3.4.3 - [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.4.0...v3.4.3) Updates `MSTest.TestFramework` from 3.4.0 to 3.4.3 - [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.4.0...v3.4.3) Updates `Verify.MSTest` from 24.2.0 to 25.0.1 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/commits/25.0.1) Updates `MSTest.TestFramework` from 3.4.0 to 3.4.3 - [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.4.0...v3.4.3) --- updated-dependencies: - dependency-name: OpenApiGenerator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: GitHubActionsTestLogger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Verify.MSTest dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- src/libs/OpenAI/OpenAI.csproj | 2 +- src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj | 8 ++++---- .../OpenAI.Generators.IntegrationTests.csproj | 6 +++--- .../OpenAI.Generators.SnapshotTests.csproj | 8 ++++---- .../OpenAI.IntegrationTests.csproj | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/libs/OpenAI/OpenAI.csproj b/src/libs/OpenAI/OpenAI.csproj index ce469019..8d9b84f6 100644 --- a/src/libs/OpenAI/OpenAI.csproj +++ b/src/libs/OpenAI/OpenAI.csproj @@ -26,7 +26,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj b/src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj index 6739d922..9a45aa97 100644 --- a/src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj +++ b/src/tests/CodeAsOpenApi.Tests/CodeAsOpenApi.Tests.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -14,8 +14,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + + @@ -27,7 +27,7 @@ - + diff --git a/src/tests/OpenAI.Generators.IntegrationTests/OpenAI.Generators.IntegrationTests.csproj b/src/tests/OpenAI.Generators.IntegrationTests/OpenAI.Generators.IntegrationTests.csproj index fd388349..95917204 100644 --- a/src/tests/OpenAI.Generators.IntegrationTests/OpenAI.Generators.IntegrationTests.csproj +++ b/src/tests/OpenAI.Generators.IntegrationTests/OpenAI.Generators.IntegrationTests.csproj @@ -6,13 +6,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/tests/OpenAI.Generators.SnapshotTests/OpenAI.Generators.SnapshotTests.csproj b/src/tests/OpenAI.Generators.SnapshotTests/OpenAI.Generators.SnapshotTests.csproj index 55ef8109..2cec6cda 100644 --- a/src/tests/OpenAI.Generators.SnapshotTests/OpenAI.Generators.SnapshotTests.csproj +++ b/src/tests/OpenAI.Generators.SnapshotTests/OpenAI.Generators.SnapshotTests.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -15,8 +15,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + + @@ -28,7 +28,7 @@ - + diff --git a/src/tests/OpenAI.IntegrationTests/OpenAI.IntegrationTests.csproj b/src/tests/OpenAI.IntegrationTests/OpenAI.IntegrationTests.csproj index 5075b5c6..beb84724 100644 --- a/src/tests/OpenAI.IntegrationTests/OpenAI.IntegrationTests.csproj +++ b/src/tests/OpenAI.IntegrationTests/OpenAI.IntegrationTests.csproj @@ -5,13 +5,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + +