From d3386c5f1d9377c103b1fc0c2fb98b2bc6cce33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:12:39 +0000 Subject: [PATCH] Bump DiffEngine from 12.3.1 to 12.3.2 Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 12.3.1 to 12.3.2. - [Release notes](https://github.com/VerifyTests/DiffEngine/releases) - [Commits](https://github.com/VerifyTests/DiffEngine/compare/12.3.1...12.3.2) --- updated-dependencies: - dependency-name: DiffEngine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- src/ApprovalTests/ApprovalTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApprovalTests/ApprovalTests.csproj b/src/ApprovalTests/ApprovalTests.csproj index a16af16c..0d72b94a 100644 --- a/src/ApprovalTests/ApprovalTests.csproj +++ b/src/ApprovalTests/ApprovalTests.csproj @@ -11,7 +11,7 @@ <Using Remove="System.Net.Http" /> <PackageReference Include="Polyfill" Version="1.29.0" PrivateAssets="all" /> <Compile Include="..\ApprovalUtilities\InternalsVisibleTo.cs" Link="InternalsVisibleTo.cs" /> - <PackageReference Include="DiffEngine" Version="12.3.1" /> + <PackageReference Include="DiffEngine" Version="12.3.2" /> <PackageReference Include="EmptyFiles" Version="4.5.2" PrivateAssets="None" /> <PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" /> <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />