From eaee1f6838a91c1f14dc039bcadf8069dde30dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:10:33 +0000 Subject: [PATCH] Bump xunit from 2.6.4 to 2.6.5 Bumps [xunit](https://github.com/xunit/xunit) from 2.6.4 to 2.6.5. - [Commits](https://github.com/xunit/xunit/compare/2.6.4...2.6.5) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- tests/Slugify.Core.Tests/Slugify.Core.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Slugify.Core.Tests/Slugify.Core.Tests.csproj b/tests/Slugify.Core.Tests/Slugify.Core.Tests.csproj index 7a49197..738ea3c 100644 --- a/tests/Slugify.Core.Tests/Slugify.Core.Tests.csproj +++ b/tests/Slugify.Core.Tests/Slugify.Core.Tests.csproj @@ -20,7 +20,7 @@ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" /> - <PackageReference Include="xunit" Version="2.6.4" /> + <PackageReference Include="xunit" Version="2.6.5" /> </ItemGroup> </Project>