From 6a68466cecada6822efe81deb9958a67b040daf3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 5 Jan 2024 16:53:21 +0000
Subject: [PATCH] Bump xunit from 2.6.3 to 2.6.5

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.5.
- [Commits](https://github.com/xunit/xunit/compare/2.6.3...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/Monai.Deploy.Security.Authentication.Tests.csproj     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj b/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj
index b099ffc..9f9346a 100644
--- a/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj
+++ b/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj
@@ -22,7 +22,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
-    <PackageReference Include="xunit" Version="2.6.3" />
+    <PackageReference Include="xunit" Version="2.6.5" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <PrivateAssets>all</PrivateAssets>