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-dotnet.git
The following commit(s) were added to refs/heads/main by this push:
new 7f4ff94 chore: Bump Grpc.Net.Client from 2.65.0 to 2.71.0 (#62)
7f4ff94 is described below
commit 7f4ff94e37c6205c4eddd7ef45988efdcb3c2cb3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 27 07:50:19 2025 -0700
chore: Bump Grpc.Net.Client from 2.65.0 to 2.71.0 (#62)
Updated [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from
2.65.0 to 2.71.0.
<details>
<summary>Release notes</summary>
_Sourced from [Grpc.Net.Client's
releases](https://github.com/grpc/grpc-dotnet/releases)._
## 2.71.0
## What's Changed
* Remove old dotnet-core feed by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2611
* Bump axios from 1.7.4 to 1.8.4 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2615
* Bump @babel/helpers from 7.25.0 to 7.27.0 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2616
* Bump tar-fs from 3.0.6 to 3.0.8 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2619
* Fix race condition that caused inprogress connect to be canceled by
@JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618
* Bump tools package to 2.71 by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2621
* Update NuGet package versions by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2620
* bump version to 2.71.0-pre1 by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2622
* Bump version on 2.71 for final release by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2627
**Full Changelog**:
https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0
## 2.71.0-pre1
## What's Changed
* Remove old dotnet-core feed by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2611
* Bump axios from 1.7.4 to 1.8.4 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2615
* Bump @babel/helpers from 7.25.0 to 7.27.0 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2616
* Bump tar-fs from 3.0.6 to 3.0.8 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2619
* Fix race condition that caused inprogress connect to be canceled by
@JamesNK in https://github.com/grpc/grpc-dotnet/pull/2618
* Bump tools package to 2.71 by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2621
* Update NuGet package versions by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2620
* bump version to 2.71.0-pre1 by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2622
**Full Changelog**:
https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0-pre1
## 2.70.0
## What's Changed
* update ArgumentNullException.ThrowIfNull usage by @WeihanLi in
https://github.com/grpc/grpc-dotnet/pull/2563
* use nameof for CallerArgumentExpression by @WeihanLi in
https://github.com/grpc/grpc-dotnet/pull/2562
* Correctness: Make some private & internal classes sealed where
possible by @Henr1k80 in https://github.com/grpc/grpc-dotnet/pull/2559
* Bump vue from 2.6.14 to 3.0.0 in /examples/Spar/Server/ClientApp by
@dependabot in https://github.com/grpc/grpc-dotnet/pull/2565
* Bump cross-spawn from 7.0.3 to 7.0.6 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2574
* [vote]Added Active maintainers into MAINTAINERS.md. by @subhraOffGit
in https://github.com/grpc/grpc-dotnet/pull/2449
* Refactor: Use `await using` for `packageVersionStream` to ensure
proper disposal of async resources by @dexcompiler in
https://github.com/grpc/grpc-dotnet/pull/2521
* Performance microoptimizations by @Henr1k80 in
https://github.com/grpc/grpc-dotnet/pull/2558
* Complete health checks watch service on server shutting down by
@JamesNK in https://github.com/grpc/grpc-dotnet/pull/2582
* Avoid using ConcurrentDictionary for channels with few methods by
@JamesNK in https://github.com/grpc/grpc-dotnet/pull/2597
* Bump elliptic from 6.6.0 to 6.6.1 in /examples/Spar/Server/ClientApp
by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2599
* Move updating connectivity state outside of subchannel lock by
@JamesNK in https://github.com/grpc/grpc-dotnet/pull/2601
* Bump Grpc.Tools dependency by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2603
* bump version on v2.70.x branch by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2604
* Change version to 2.70.0 by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2610
## New Contributors
* @Henr1k80 made their first contribution in
https://github.com/grpc/grpc-dotnet/pull/2559
* @subhraOffGit made their first contribution in
https://github.com/grpc/grpc-dotnet/pull/2449
* @dexcompiler made their first contribution in
https://github.com/grpc/grpc-dotnet/pull/2521
**Full Changelog**:
https://github.com/grpc/grpc-dotnet/compare/v2.67.0...v2.70.0
## 2.67.0
## What's Changed
* precompile condition clean by @Varorbc in
https://github.com/grpc/grpc-dotnet/pull/2528
* Log server cancellation errors at info level by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2527
* Update logging to use generated logs by @wabalubdub in
https://github.com/grpc/grpc-dotnet/pull/2531
* Bump serve-static from 1.14.2 to 1.16.2 in
/examples/Spar/Server/ClientApp by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2536
* Update to Grpc.Tools 2.67.0-pre1 by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2547
* Cleanup gRPC unit testing helpers in tester sample by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2548
* Fix UpdateBalancingState not called when address attributes are
modified by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2553
* Update Grpc.Tools to 2.67.0 by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2554
* Fix System.Text.Json vulnerability warning by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2556
* Update package dependencies to 9.0 RC2 by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2560
* Bump elliptic from 6.5.7 to 6.6.0 in /examples/Spar/Server/ClientApp
by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2567
* Update to .NET 9 RTM by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2571
## New Contributors
* @wabalubdub made their first contribution in
https://github.com/grpc/grpc-dotnet/pull/2531
**Full Changelog**:
https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0
## 2.67.0-pre1
## What's Changed
* precompile condition clean by @Varorbc in
https://github.com/grpc/grpc-dotnet/pull/2528
* Log server cancellation errors at info level by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2527
* Update logging to use generated logs by @wabalubdub in
https://github.com/grpc/grpc-dotnet/pull/2531
* Bump serve-static from 1.14.2 to 1.16.2 in
/examples/Spar/Server/ClientApp by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2536
* Update to Grpc.Tools 2.67.0-pre1 by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2547
* Cleanup gRPC unit testing helpers in tester sample by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2548
* Fix UpdateBalancingState not called when address attributes are
modified by @JamesNK in https://github.com/grpc/grpc-dotnet/pull/2553
* Update Grpc.Tools to 2.67.0 by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2554
* Bump version for 2.67 RC by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2555
## New Contributors
* @wabalubdub made their first contribution in
https://github.com/grpc/grpc-dotnet/pull/2531
**Full Changelog**:
https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0-pre1
## 2.66.0
## What's Changed
* Bump version on master to 2.66.0-dev by @stanley-cheung in
https://github.com/grpc/grpc-dotnet/pull/2491
* Fix failure to create GrpcChannel under Wine compatibility layer
(including Steam Proton and Apple Game Porting Toolkit) by @mayuki in
https://github.com/grpc/grpc-dotnet/pull/2496
* Update .NET 9 SDK and resolve warnings by @sebastienros in
https://github.com/grpc/grpc-dotnet/pull/2502
* Bump braces from 3.0.2 to 3.0.3 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2504
* Bump axios from 1.6.2 to 1.7.4 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2505
* Update puppeteer by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2507
* Remove internal_ci flag from interop test script by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2509
* Fix Google auth interop test by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2512
* [testing] improve sanity check in jwt_token_creds interop test by
@apolcyn in https://github.com/grpc/grpc-dotnet/pull/2513
* Add HTTP version configuration to GrpcChannelOptions by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2514
* Bump grpc.tools version to 2.66 by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2523
* Bump webpack from 5.76.0 to 5.94.0 in /examples/Browser/Server/wwwroot
by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2522
* Bump elliptic from 6.5.4 to 6.5.7 in /examples/Spar/Server/ClientApp
by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2525
* Bump micromatch from 4.0.7 to 4.0.8 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2524
* Bump v2.66.x branch to 2.66.0.pre1 by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2526
* Bump v2.66.x to v2.66.0 by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2539
**Full Changelog**:
https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0
## 2.66.0-pre1
## What's Changed
* Bump version on master to 2.66.0-dev by @stanley-cheung in
https://github.com/grpc/grpc-dotnet/pull/2491
* Fix failure to create GrpcChannel under Wine compatibility layer
(including Steam Proton and Apple Game Porting Toolkit) by @mayuki in
https://github.com/grpc/grpc-dotnet/pull/2496
* Update .NET 9 SDK and resolve warnings by @sebastienros in
https://github.com/grpc/grpc-dotnet/pull/2502
* Bump braces from 3.0.2 to 3.0.3 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2504
* Bump axios from 1.6.2 to 1.7.4 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2505
* Update puppeteer by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2507
* Remove internal_ci flag from interop test script by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2509
* Fix Google auth interop test by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2512
* [testing] improve sanity check in jwt_token_creds interop test by
@apolcyn in https://github.com/grpc/grpc-dotnet/pull/2513
* Add HTTP version configuration to GrpcChannelOptions by @JamesNK in
https://github.com/grpc/grpc-dotnet/pull/2514
* Bump grpc.tools version to 2.66 by @apolcyn in
https://github.com/grpc/grpc-dotnet/pull/2523
* Bump webpack from 5.76.0 to 5.94.0 in /examples/Browser/Server/wwwroot
by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2522
* Bump elliptic from 6.5.4 to 6.5.7 in /examples/Spar/Server/ClientApp
by @dependabot in https://github.com/grpc/grpc-dotnet/pull/2525
* Bump micromatch from 4.0.7 to 4.0.8 in
/testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in
https://github.com/grpc/grpc-dotnet/pull/2524
**Full Changelog**:
https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0-pre1
Commits viewable in [compare
view](https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.71.0).
</details>
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
b/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
index 02cbc52..e63cc38 100644
--- a/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
+++ b/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
@@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.31.1" />
- <PackageReference Include="Grpc.Net.Client" Version="2.65.0" />
+ <PackageReference Include="Grpc.Net.Client" Version="2.71.0" />
<PackageReference Include="Grpc.Tools" Version="2.72.0"
PrivateAssets="All" />
<PackageReference Include="System.Memory" Version="4.6.0" />
</ItemGroup>