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

curth 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 c1a20f072e MINOR: [C#] Bump coverlet.collector from 6.0.3 to 6.0.4 in 
/csharp (#45313)
c1a20f072e is described below

commit c1a20f072e713f7b0486f6919dab7673cb71a7a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 20 16:42:48 2025 -0800

    MINOR: [C#] Bump coverlet.collector from 6.0.3 to 6.0.4 in /csharp (#45313)
    
    Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) 
from 6.0.3 to 6.0.4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a 
href="https://github.com/coverlet-coverage/coverlet/releases";>coverlet.collector's
 releases</a>.</em></p>
    <blockquote>
    <h2>v6.0.4</h2>
    <h3>Fixed</h3>
    <ul>
    <li>Fix empty coverage report when using include and exclude filters <a 
href="https://redirect.github.com/coverlet-coverage/coverlet/issues/1726";>#1726</a></li>
    </ul>
    <p><a 
href="https://github.com/coverlet-coverage/coverlet/compare/v6.0.3...v6.0.4";>Diff
 between 6.0.3 and 6.0.4</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/coverlet-coverage/coverlet/commit/2a6f949747eec763f7fc87e4eeea9b3b0d9d2b9b";><code>2a6f949</code></a>
 change log and vnext version number update</li>
    <li><a 
href="https://github.com/coverlet-coverage/coverlet/commit/90b21079d43cffae3a18f264e00962b9c8a1d57a";><code>90b2107</code></a>
 update version info (<a 
href="https://redirect.github.com/coverlet-coverage/coverlet/issues/1731";>#1731</a>)</li>
    <li><a 
href="https://github.com/coverlet-coverage/coverlet/commit/4e95c9210c8f7ef70809d74ad6cbdd1d1edd8227";><code>4e95c92</code></a>
 Update changelog and back bump version (<a 
href="https://redirect.github.com/coverlet-coverage/coverlet/issues/1730";>#1730</a>)</li>
    <li><a 
href="https://github.com/coverlet-coverage/coverlet/commit/e3717da4a72a2a418cdb0bd9788600305eaae824";><code>e3717da</code></a>
 Exclude filter issue (<a 
href="https://redirect.github.com/coverlet-coverage/coverlet/issues/1728";>#1728</a>)</li>
    <li><a 
href="https://github.com/coverlet-coverage/coverlet/commit/8eecb425ac32b0863e30ca770fc0080a75c48d41";><code>8eecb42</code></a>
 update version and changelog (<a 
href="https://redirect.github.com/coverlet-coverage/coverlet/issues/1725";>#1725</a>)</li>
    <li>See full diff in <a 
href="https://github.com/coverlet-coverage/coverlet/compare/v6.0.3...v6.0.4";>compare
 view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverlet.collector&package-manager=nuget&previous-version=6.0.3&new-version=6.0.4)](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: Curt Hagenlocher <[email protected]>
---
 .../Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj  | 2 +-
 csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 239df04c08..dd55ca912d 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
@@ -9,7 +9,7 @@
       <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
       <PackageReference Include="xunit" Version="2.9.3" />
       <PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
-      <PackageReference Include="coverlet.collector" Version="6.0.3" />
+      <PackageReference Include="coverlet.collector" Version="6.0.4" />
     </ItemGroup>
 
     <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 d835f4dfc5..eca1f70760 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
@@ -9,7 +9,7 @@
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
     <PackageReference Include="xunit" Version="2.9.3" />
     <PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
-    <PackageReference Include="coverlet.collector" Version="6.0.3" />
+    <PackageReference Include="coverlet.collector" Version="6.0.4" />
   </ItemGroup>
 
   <ItemGroup>

Reply via email to