From 278b588b8e0b856c5f09b2177bcd59c7fc9be41b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Feb 2024 17:40:01 +0000
Subject: [PATCH] Bump xunit.runner.visualstudio from 2.5.5 to 2.5.7

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.7.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.7)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  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 9f9346a..d36f4a4 100644
--- a/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj
+++ b/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj
@@ -23,7 +23,7 @@
   <ItemGroup>
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
     <PackageReference Include="xunit" Version="2.6.5" />
-    <PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
+    <PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <PrivateAssets>all</PrivateAssets>
     </PackageReference>