From fde8c744b6d70420da6677cb97f40e68009b6c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:35:59 +0000 Subject: [PATCH] Bump NUnit and Verify.NUnit in /src Bumps [NUnit](https://github.com/nunit/nunit) and [Verify.NUnit](https://github.com/VerifyTests/Verify). These dependencies needed to be updated together. Updates `NUnit` from 4.3.2 to 4.3.2 - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/4.3.2...4.3.2) Updates `Verify.NUnit` from 28.8.1 to 28.9.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/commits/28.9.0) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Verify.NUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- src/Orc.Sort.Tests/Orc.Sort.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orc.Sort.Tests/Orc.Sort.Tests.csproj b/src/Orc.Sort.Tests/Orc.Sort.Tests.csproj index 365d685..c7b47e1 100644 --- a/src/Orc.Sort.Tests/Orc.Sort.Tests.csproj +++ b/src/Orc.Sort.Tests/Orc.Sort.Tests.csproj @@ -23,7 +23,7 @@ <PackageReference Include="NUnit" Version="4.3.2" PrivateAssets="all" /> <PackageReference Include="NUnit3TestAdapter" Version="4.6.0" PrivateAssets="all" /> <PackageReference Include="PublicApiGenerator" Version="11.3.0" PrivateAssets="all" /> - <PackageReference Include="Verify.NUnit" Version="28.8.1" /> + <PackageReference Include="Verify.NUnit" Version="28.9.0" /> </ItemGroup> <ItemGroup>