From 4031e9cea1b15af8bcfb14ccf23d8fd32a4c2329 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 23 Jan 2025 20:07:03 +0000
Subject: [PATCH] Bump Validation and Xunit.SkippableFact

Bumps [Validation](https://github.com/AArnott/Validation) and [Xunit.SkippableFact](https://github.com/AArnott/Xunit.SkippableFact). These dependencies needed to be updated together.

Updates `Validation` from 2.6.68 to 2.5.51
- [Release notes](https://github.com/AArnott/Validation/releases)
- [Commits](https://github.com/AArnott/Validation/compare/v2.6.68...v2.5.51)

Updates `Xunit.SkippableFact` from 1.4.13 to 1.5.23
- [Release notes](https://github.com/AArnott/Xunit.SkippableFact/releases)
- [Commits](https://github.com/AArnott/Xunit.SkippableFact/compare/v1.4.13...v1.5.23)

---
updated-dependencies:
- dependency-name: Validation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Xunit.SkippableFact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 tests/NRedisStack.Tests/NRedisStack.Tests.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/NRedisStack.Tests/NRedisStack.Tests.csproj b/tests/NRedisStack.Tests/NRedisStack.Tests.csproj
index ca7c29f7..87bc67d1 100644
--- a/tests/NRedisStack.Tests/NRedisStack.Tests.csproj
+++ b/tests/NRedisStack.Tests/NRedisStack.Tests.csproj
@@ -33,7 +33,7 @@
     <PackageReference Include="xunit.assert" Version="2.4.1" />
     <PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />
     <PackageReference Include="Microsoft.Azure.StackExchangeRedis" Version="3.1.0" />
-    <PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
+    <PackageReference Include="Xunit.SkippableFact" Version="1.5.23" />
   </ItemGroup>
 
   <ItemGroup>