This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 087fc8f5d3 MINOR: [C#] Bump xunit from 2.6.2 to 2.6.3 in /csharp 
(#39174)
087fc8f5d3 is described below

commit 087fc8f5d31b377916711e98024048b76eae06e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 12 08:52:43 2023 +0900

    MINOR: [C#] Bump xunit from 2.6.2 to 2.6.3 in /csharp (#39174)
    
    Bumps [xunit](https://github.com/xunit/xunit) from 2.6.2 to 2.6.3.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/xunit/xunit/commit/4c2c19380d12a1159e66ec543587b26574099beb";><code>4c2c193</code></a>
 v2.6.3</li>
    <li><a 
href="https://github.com/xunit/xunit/commit/c4e29fdee2ba5c28f77d3a02f9efd56832427b0e";><code>c4e29fd</code></a>
 <a 
href="https://redirect.github.com/xunit/xunit/issues/2811";>xunit/xunit#2811</a>:
 Add tests for SortedSet and ImmutableSortedSet overloads fo...</li>
    <li><a 
href="https://github.com/xunit/xunit/commit/51851a64edb68040e8387f61c148b551a28b95e1";><code>51851a6</code></a>
 Unit tests to ensure equality assertions with sets + comparer func throw an 
e...</li>
    <li><a 
href="https://github.com/xunit/xunit/commit/ca683935df915c827d31ab07a4a17685235d9689";><code>ca68393</code></a>
 Unit tests for <a 
href="https://redirect.github.com/xunit/xunit/issues/2828";>#2828</a> (v2)</li>
    <li><a 
href="https://github.com/xunit/xunit/commit/62505d1b387049f49395aef92d5e5f883821ec26";><code>62505d1</code></a>
 Unit tests for <a 
href="https://redirect.github.com/xunit/xunit/issues/2824";>#2824</a> (v2)</li>
    <li><a 
href="https://github.com/xunit/xunit/commit/b41e8ad2b9010e36edbc87bc8fbf8cc634c2d682";><code>b41e8ad</code></a>
 Obsolete the delegating sinks in favor of a single ExecutionSink</li>
    <li><a 
href="https://github.com/xunit/xunit/commit/512d24f136b1960582c56b703e8dfd5863458ee8";><code>512d24f</code></a>
 Update README</li>
    <li><a 
href="https://github.com/xunit/xunit/commit/5684d87f29028b1054c652e1e18c6dd3422705c3";><code>5684d87</code></a>
 Bump up to v2.6.3-pre</li>
    <li>See full diff in <a 
href="https://github.com/xunit/xunit/compare/2.6.2...2.6.3";>compare 
view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit&package-manager=nuget&previous-version=2.6.2&new-version=2.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting `@ 
dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@ dependabot rebase` will rebase this PR
    - `@ dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
    - `@ dependabot merge` will merge this PR after your CI passes on it
    - `@ dependabot squash and merge` will squash and merge this PR after your 
CI passes on it
    - `@ dependabot cancel merge` will cancel a previously requested merge and 
block automerging
    - `@ dependabot reopen` will reopen this PR if it is closed
    - `@ dependabot close` will close this PR and stop Dependabot recreating 
it. You can achieve the same result by closing it manually
    - `@ dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
    - `@ dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
    - `@ dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
    - `@ dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
    
    </details>
    
    Authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .../Apache.Arrow.Compression.Tests.csproj                               | 2 +-
 .../Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj  | 2 +-
 csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj  | 2 +-
 csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj
 
b/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj
index c6ab44bdb3..94ef4b5f3c 100644
--- 
a/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj
+++ 
b/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj
@@ -8,7 +8,7 @@
 
   <ItemGroup>
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
-    <PackageReference Include="xunit" Version="2.6.2" />
+    <PackageReference Include="xunit" Version="2.6.3" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" />
   </ItemGroup>
 
diff --git 
a/csharp/test/Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj
 
b/csharp/test/Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj
index 59a9742f35..46d0a59b5d 100644
--- 
a/csharp/test/Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj
+++ 
b/csharp/test/Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj
@@ -7,7 +7,7 @@
 
     <ItemGroup>
       <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
-      <PackageReference Include="xunit" Version="2.6.2" />
+      <PackageReference Include="xunit" Version="2.6.3" />
       <PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" />
       <PackageReference Include="coverlet.collector" Version="6.0.0" />
     </ItemGroup>
diff --git 
a/csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj 
b/csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj
index a50ccae9d7..99c772770d 100644
--- a/csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj
+++ b/csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj
@@ -7,7 +7,7 @@
 
   <ItemGroup>
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
-    <PackageReference Include="xunit" Version="2.6.2" />
+    <PackageReference Include="xunit" Version="2.6.3" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" />
     <PackageReference Include="coverlet.collector" Version="6.0.0" />
   </ItemGroup>
diff --git a/csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj 
b/csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj
index 2f135cd3cb..fde30a90e6 100644
--- a/csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj
+++ b/csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj
@@ -15,7 +15,7 @@
 
   <ItemGroup>
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
-    <PackageReference Include="xunit" Version="2.6.2" />
+    <PackageReference Include="xunit" Version="2.6.3" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; 
analyzers</IncludeAssets>

Reply via email to