From 257ee8813b25eb49af1f9de213880fb75d6d70c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:25:54 +0000 Subject: [PATCH] Bump MSTest from 3.7.0 to 3.7.2 Bumps [MSTest](https://github.com/microsoft/testfx) from 3.7.0 to 3.7.2. - [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.7.0...v3.7.2) --- updated-dependencies: - dependency-name: MSTest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- .../CICD.Tools.GitHubToCatalogYamlTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj b/CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj index 8f48a43..b9f41a5 100644 --- a/CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj +++ b/CICD.Tools.GitHubToCatalogYamlTests/CICD.Tools.GitHubToCatalogYamlTests.csproj @@ -14,7 +14,7 @@ <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" /> <PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" /> <PackageReference Include="Moq" Version="4.20.72" /> - <PackageReference Include="MSTest" Version="3.7.0" /> + <PackageReference Include="MSTest" Version="3.7.2" /> <PackageReference Include="coverlet.collector" Version="6.0.2" /> </ItemGroup>