From b4fd890bb95d9eeb8f44c93f0d29c4dfaf101467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:16:14 +0000 Subject: [PATCH 1/2] Bump the testing group across 1 directory with 4 updates Bumps the testing group with 4 updates in the / directory: [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy), [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger), [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) and [Verify.Xunit](https://github.com/VerifyTests/Verify). Updates `FakeItEasy` from 8.1.0 to 8.3.0 - [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases) - [Commits](https://github.com/FakeItEasy/FakeItEasy/compare/8.1.0...8.3.0) 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 `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.11.1 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.9.0...v17.11.1) Updates `Verify.Xunit` from 23.7.2 to 26.6.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/compare/23.7.2...26.6.0) --- updated-dependencies: - dependency-name: FakeItEasy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: GitHubActionsTestLogger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Verify.Xunit dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] --- test/Tests.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Tests.csproj b/test/Tests.csproj index 863c89b..952f513 100644 --- a/test/Tests.csproj +++ b/test/Tests.csproj @@ -19,19 +19,19 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + runtime; build; native; contentfiles; analyzers; buildtransitive From c615a9eeaef1ba0df1ff0acdec47d0f1063a774c Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Mon, 23 Sep 2024 02:20:05 -0400 Subject: [PATCH 2/2] Bump xunit from 2.7.0 to 2.9.1 --- test/Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Tests.csproj b/test/Tests.csproj index 952f513..90e1a5e 100644 --- a/test/Tests.csproj +++ b/test/Tests.csproj @@ -32,7 +32,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all