From 2f723e1c80e25a9bbeb3a24bd99021382e779b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 05:44:52 +0000 Subject: [PATCH] Bump xunit from 2.5.2 to 2.5.3 Bumps [xunit](https://github.com/xunit/xunit) from 2.5.2 to 2.5.3. - [Commits](https://github.com/xunit/xunit/commits) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- src/ApprovalTests.Xunit2/ApprovalTests.Xunit2.csproj | 2 +- src/ApprovalUtilities.Tests/ApprovalUtilities.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ApprovalTests.Xunit2/ApprovalTests.Xunit2.csproj b/src/ApprovalTests.Xunit2/ApprovalTests.Xunit2.csproj index ad0e6b82..040e73a4 100644 --- a/src/ApprovalTests.Xunit2/ApprovalTests.Xunit2.csproj +++ b/src/ApprovalTests.Xunit2/ApprovalTests.Xunit2.csproj @@ -5,7 +5,7 @@ <DebugType>full</DebugType> </PropertyGroup> <ItemGroup> - <PackageReference Include="xunit" Version="2.5.2" /> + <PackageReference Include="xunit" Version="2.5.3" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> <ProjectReference Include="..\ApprovalTests\ApprovalTests.csproj" /> diff --git a/src/ApprovalUtilities.Tests/ApprovalUtilities.Tests.csproj b/src/ApprovalUtilities.Tests/ApprovalUtilities.Tests.csproj index 59eeae87..a67ac0a6 100644 --- a/src/ApprovalUtilities.Tests/ApprovalUtilities.Tests.csproj +++ b/src/ApprovalUtilities.Tests/ApprovalUtilities.Tests.csproj @@ -5,7 +5,7 @@ <DebugType>full</DebugType> </PropertyGroup> <ItemGroup> - <PackageReference Include="xunit" Version="2.5.2" /> + <PackageReference Include="xunit" Version="2.5.3" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> <ProjectReference Include="..\ApprovalTests\ApprovalTests.csproj" />