From 8f0b97fc0dc0f76d6b91576ed4fc4d3c414df8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 04:41:40 +0000 Subject: [PATCH] chore(deps): bump xunit from 2.5.3 to 2.9.2 in /src Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.9.2. - [Commits](https://github.com/xunit/xunit/compare/v2-2.5.3...v2-2.9.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- src/Tests/Core.Caching.Tests/Core.Caching.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tests/Core.Caching.Tests/Core.Caching.Tests.csproj b/src/Tests/Core.Caching.Tests/Core.Caching.Tests.csproj index e0d231ca..48e239db 100644 --- a/src/Tests/Core.Caching.Tests/Core.Caching.Tests.csproj +++ b/src/Tests/Core.Caching.Tests/Core.Caching.Tests.csproj @@ -10,7 +10,7 @@ <PackageReference Include="coverlet.collector" Version="6.0.0"/> <PackageReference Include="FluentAssertions" Version="7.0.0-alpha.5"/> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/> - <PackageReference Include="xunit" Version="2.5.3"/> + <PackageReference Include="xunit" Version="2.9.2"/> <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"/> </ItemGroup>