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-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 86331a49d chore(csharp): bump ApacheThrift and
System.Net.Http.WinHttpHandler in /csharp (#2181)
86331a49d is described below
commit 86331a49d9234420b55c31abeb761ff401350d05
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 23 13:18:31 2024 -0700
chore(csharp): bump ApacheThrift and System.Net.Http.WinHttpHandler in
/csharp (#2181)
Bumps [ApacheThrift](https://github.com/apache/thrift) and
[System.Net.Http.WinHttpHandler](https://github.com/dotnet/runtime).
These dependencies needed to be updated together.
Updates `ApacheThrift` from 0.20.0 to 0.21.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/thrift/releases">ApacheThrift's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.21.0</h2>
<p>Please head over to the official release download source:
<a
href="http://thrift.apache.org/download">http://thrift.apache.org/download</a></p>
<p>The assets listed below are added by Github based on the release tag
and they will therefore not match the checkums published on the Thrift
project website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/thrift/blob/master/CHANGES.md">ApacheThrift's
changelog</a>.</em></p>
<blockquote>
<h2>0.21.0</h2>
<h3>Build Process</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5815">THRIFT-5815</a>
- veralign.sh broken and incomplete</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5810">THRIFT-5810</a>
- Wrong installation path for static MSVC libs.</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5755">THRIFT-5755</a>
- Docker image build fail</li>
</ul>
<h3>C++</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5272">THRIFT-5272</a>
- printTo does not properly handle i8 datatypes</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5492">THRIFT-5492</a>
- Bogus END_OF_FILE exception</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5678">THRIFT-5678</a>
- TConnectedClient: warning due to non-virtual dtor</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5682">THRIFT-5682</a>
- UB in generated C++ code stops compiling with C++20"</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5709">THRIFT-5709</a>
- Drastically improve <code>to_num()</code> performace</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5772">THRIFT-5772</a>
- Add UUID support for C++</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5773">THRIFT-5773</a>
- UUID wrapper for C++</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5816">THRIFT-5816</a>
- Fix UUID for boost 1.86.0 (change in data member usage)</li>
</ul>
<h3>Compiler (General)</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5800">THRIFT-5800</a>
- "Could not find include file foo.thrift" probably should be
failure instead of warning</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5766">THRIFT-5766</a>
- Replace std::endl with "\n"</li>
</ul>
<h3>Delphi</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5789">THRIFT-5789</a>
- Refactor test suite client implementation</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5782">THRIFT-5782</a>
- implement full deprecation support</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5750">THRIFT-5750</a>
- Remove "ansistr_binary_" option</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5788">THRIFT-5788</a>
- Refactor and streamline hash set implementation</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5765">THRIFT-5765</a>
- Extra override for WriteBinary() to avoid unnecessary memory
allocations when using COM types</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5764">THRIFT-5764</a>
- Extra CTOR for TThriftBytesImpl</li>
</ul>
<h3>Go</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5786">THRIFT-5786</a>
- Full deprecation support for go</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5654">THRIFT-5654</a>
- LNK4042 and LNK2019 in go_validator_generator.cc</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5784">THRIFT-5784</a>
- go: Add THeaderTransforms to TConfiguration</li>
</ul>
<h3>Java</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5762">THRIFT-5762</a>
- Expose service result objects in Java</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5530">THRIFT-5530</a>
- could not resolve plugin artifact
'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:4.0.4'</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5230">THRIFT-5230</a>
- Fix connection leak and CancelledKeyException when handling Epoll
bug</li>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-4847">THRIFT-4847</a>
- CancelledKeyException causes TThreadedSelectorServer to fail.</li>
</ul>
<h3>JSON</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/THRIFT-5761">THRIFT-5761</a>
- Lib/json tests fail</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/thrift/commit/1a31d9051d35b732a5fce258955ef95f576694ba"><code>1a31d90</code></a>
FIX: No rule to make target
'Tests/Thrift.Compile.Tests/Properties/AssemblyIn...</li>
<li><a
href="https://github.com/apache/thrift/commit/e8cfb1331f91fece921ad20cd3bda8abdaaa6343"><code>e8cfb13</code></a>
Updated CHANGES.md</li>
<li><a
href="https://github.com/apache/thrift/commit/7df39f16b7f7e7271ebbc1d21856eac17512c7ca"><code>7df39f1</code></a>
updated CHANGES.md</li>
<li><a
href="https://github.com/apache/thrift/commit/3867d6832e271adcd3111c3068efc9c11cb9cf63"><code>3867d68</code></a>
THRIFT-5816 Fix UUID for boost 1.86.0 (change in {{data}} member
usage)</li>
<li><a
href="https://github.com/apache/thrift/commit/449442e4d213e0682cc24e1626bd1e4b9f0b2fd8"><code>449442e</code></a>
added ticket data for 0.21.0 to CHANGES.md</li>
<li><a
href="https://github.com/apache/thrift/commit/467c6bdcb14f1fcdfb416df92b76ca9e5abbdc90"><code>467c6bd</code></a>
THRIFT-5815 veralign.sh broken and incomplete</li>
<li><a
href="https://github.com/apache/thrift/commit/80e9c4f564d557c5b2a9cf2458b526d704d123aa"><code>80e9c4f</code></a>
THRIFT-5815 veralign.sh broken and incomplete</li>
<li><a
href="https://github.com/apache/thrift/commit/e9b1ef606ef747069ed9741995849661e584e436"><code>e9b1ef6</code></a>
Bump jvm from 2.0.10 to 2.0.20 in /lib/kotlin</li>
<li><a
href="https://github.com/apache/thrift/commit/bcc9cee244a282d9a716890c50ab95a9bb677e80"><code>bcc9cee</code></a>
THRIFT-5810: install static MSVC libraries to lib/</li>
<li><a
href="https://github.com/apache/thrift/commit/5fc920dac710f6eee0417f58e65f91886ae704eb"><code>5fc920d</code></a>
Fix JS property/method collisions for fields enamed read/write</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/thrift/compare/v0.20.0...v0.21.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `System.Net.Http.WinHttpHandler` from 7.0.0 to 8.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/runtime/releases">System.Net.Http.WinHttpHandler's
releases</a>.</em></p>
<blockquote>
<h2>.NET 8.0.1</h2>
<p><a
href="https://github.com/dotnet/core/releases/tag/v8.0.1">Release</a></p>
<h2>.NET 8.0.0</h2>
<p><a
href="https://github.com/dotnet/core/releases/tag/v8.0.0">Release</a></p>
<h2>What's Changed</h2>
<ul>
<li>[release/8.0-rc1] [release/8.0] Events for IL methods without IL
headers by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92317">dotnet/runtime#92317</a></li>
<li>[release/8.0] Update dependencies from dotnet/source-build-externals
by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92340">dotnet/runtime#92340</a></li>
<li>[release/8.0-rc1] [release/8.0] Fix wasi build. by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92368">dotnet/runtime#92368</a></li>
<li>[automated] Merge branch 'release/8.0-rc2' => 'release/8.0' by <a
href="https://github.com/dotnet-maestro-bot"><code>@dotnet-maestro-bot</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92325">dotnet/runtime#92325</a></li>
<li>[release/8.0] Update dependencies from dotnet/roslyn by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92303">dotnet/runtime#92303</a></li>
<li>[automated] Merge branch 'release/8.0-rc1' => 'release/8.0' by <a
href="https://github.com/dotnet-maestro-bot"><code>@dotnet-maestro-bot</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92374">dotnet/runtime#92374</a></li>
<li>[release/8.0] Bump version to GA by <a
href="https://github.com/carlossanlop"><code>@carlossanlop</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92305">dotnet/runtime#92305</a></li>
<li>[release/8.0] Update dependencies from dotnet/source-build-externals
by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92476">dotnet/runtime#92476</a></li>
<li>[automated] Merge branch 'release/8.0-rc2' => 'release/8.0' by <a
href="https://github.com/dotnet-maestro-bot"><code>@dotnet-maestro-bot</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92401">dotnet/runtime#92401</a></li>
<li>[release/8.0] Update dependencies from dotnet/roslyn by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92418">dotnet/runtime#92418</a></li>
<li>[release/8.0] Update dependencies from
dotnet/source-build-reference-packages by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92474">dotnet/runtime#92474</a></li>
<li>[release/8.0] Update dependencies from
dnceng/internal/dotnet-optimization by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92473">dotnet/runtime#92473</a></li>
<li>[release/8.0] Update dependencies from dotnet/roslyn by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92488">dotnet/runtime#92488</a></li>
<li>[automated] Merge branch 'release/8.0-rc2' => 'release/8.0' by <a
href="https://github.com/dotnet-maestro-bot"><code>@dotnet-maestro-bot</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92484">dotnet/runtime#92484</a></li>
<li>[release/8.0] Update dependencies from dotnet/roslyn-analyzers by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92499">dotnet/runtime#92499</a></li>
<li>[release/8.0] Update dependencies from dotnet/emsdk by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92532">dotnet/runtime#92532</a></li>
<li>[automated] Merge branch 'release/8.0-rc2' => 'release/8.0' by <a
href="https://github.com/dotnet-maestro-bot"><code>@dotnet-maestro-bot</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92515">dotnet/runtime#92515</a></li>
<li>[release/8.0] Update dependencies from dotnet/source-build-externals
by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92641">dotnet/runtime#92641</a></li>
<li>[release/8.0] Update dependencies from dotnet/emsdk
dotnet/hotreload-utils by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92606">dotnet/runtime#92606</a></li>
<li>[release/8.0][wasm] Fix regressed file sizes for blazor by <a
href="https://github.com/radical"><code>@radical</code></a> in <a
href="https://redirect.github.com/dotnet/runtime/pull/92627">dotnet/runtime#92627</a></li>
<li>[release/8.0] JIT: Fixed containment of STOREIND of HW intrinsics
ConvertTo*/Extract* by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92513">dotnet/runtime#92513</a></li>
<li>[release/8.0] Define bool as Interop.BOOL to prevent upper bytes
setting native bool by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92681">dotnet/runtime#92681</a></li>
<li>[release/8.0] Make CoreCLR/NativeAOT assembly compile with
.subsections_via_symbols on Apple platforms by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92544">dotnet/runtime#92544</a></li>
<li>[release/8.0] Fix LLVMAOT Mono runtime variant official build to
produce correctly named runtime packs by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92737">dotnet/runtime#92737</a></li>
<li>[release/8.0] Remove all PGO assets except for the runtime PGO
archive. by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92735">dotnet/runtime#92735</a></li>
<li>[release/8.0] Put HasNativeCodeReJITAware into GetFunctionAddress by
<a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92665">dotnet/runtime#92665</a></li>
<li>[release/8.0] Update dependencies from dotnet/cecil dotnet/emsdk by
<a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92702">dotnet/runtime#92702</a></li>
<li>[release/8.0][wasm] Fix Wasm.Build.Tests failing due to an old
skiasharp reference by <a
href="https://github.com/radical"><code>@radical</code></a> in <a
href="https://redirect.github.com/dotnet/runtime/pull/92747">dotnet/runtime#92747</a></li>
<li>[release/8.0] Update dependencies from dotnet/installer by <a
href="https://github.com/radical"><code>@radical</code></a> in <a
href="https://redirect.github.com/dotnet/runtime/pull/92745">dotnet/runtime#92745</a></li>
<li>[release/8.0] Bring back CopyOutputSymbolsToPublishDirectory by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92369">dotnet/runtime#92369</a></li>
<li>[release/8.0] Update dependencies from <code>dotnet/installer</code>
by <a href="https://github.com/radical"><code>@radical</code></a> in <a
href="https://redirect.github.com/dotnet/runtime/pull/92795">dotnet/runtime#92795</a></li>
<li>[release/8.0] Update dependencies from
dnceng/internal/dotnet-optimization by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92762">dotnet/runtime#92762</a></li>
<li>[release/8.0] Update dependencies from
dnceng/internal/dotnet-optimization by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92816">dotnet/runtime#92816</a></li>
<li>[release/8.0][wasm][debugger] Support multidimensional indexing of
object scheme by <a
href="https://github.com/ilonatommy"><code>@ilonatommy</code></a> in <a
href="https://redirect.github.com/dotnet/runtime/pull/92753">dotnet/runtime#92753</a></li>
<li>[release/8.0] [browser] Remove duplicated marshaling of return value
for JSExport by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92886">dotnet/runtime#92886</a></li>
<li>[release/8.0] [browser][nodejs] keep runtime alive for JSExport
calls by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92890">dotnet/runtime#92890</a></li>
<li>[release/8.0] Update dependencies from dotnet/roslyn by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92503">dotnet/runtime#92503</a></li>
<li>[release/8.0] Make config binding gen incremental (<a
href="https://redirect.github.com/dotnet/runtime/issues/89587">#89587</a>)
by <a href="https://github.com/layomia"><code>@layomia</code></a> in <a
href="https://redirect.github.com/dotnet/runtime/pull/92730">dotnet/runtime#92730</a></li>
<li>[release/8.0] [wasm] Endian fix for Webcil by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92495">dotnet/runtime#92495</a></li>
<li>[release/8.0] Update dependencies from dotnet/source-build-externals
by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92935">dotnet/runtime#92935</a></li>
<li>[release/8.0] Update dependencies from dotnet/cecil
dotnet/hotreload-utils by <a
href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92932">dotnet/runtime#92932</a></li>
<li>[release/8.0][wasm] Use intended ports when running
<code>DevServer</code> by <a
href="https://github.com/radical"><code>@radical</code></a> in <a
href="https://redirect.github.com/dotnet/runtime/pull/92906">dotnet/runtime#92906</a></li>
<li>[release/8.0] Fix deadlock in EventPipeEventDispatcher by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/dotnet/runtime/pull/92912">dotnet/runtime#92912</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/runtime/commit/bf5e279d9239bfef5bb1b8d6212f1b971c434606"><code>bf5e279</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/a6e4834d53ac591a4b3d4a213a8928ad685f7ad8"><code>a6e4834</code></a>
[release/8.0] Free the tls memory on thread termination (<a
href="https://redirect.github.com/dotnet/runtime/issues/95439">#95439</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/eddf880ac57b7f2c79a77592e3e6d24d1d02f112"><code>eddf880</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/89a236434ec0064b8b4425b0ea89e8ecdf834538"><code>89a2364</code></a>
[release/8.0] Downgrade ServicingVersion for
Microsoft.Extensions.Options to ...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/d682195447d43c6840bf1e360a2e60a0afa60c41"><code>d682195</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/runtime/commit/8557ef23f8b8d5b1c599e901d53ced04ee9a4d7c"><code>8557ef2</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/95148">#95148</a>
from carlossanlop/release/8.0-staging</li>
<li><a
href="https://github.com/dotnet/runtime/commit/aaa4b271d35527fb730cda3dca26a5ac8df18908"><code>aaa4b27</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/runtime/issues/95082">#95082</a>
from dotnet-maestro-bot/merge/release/8.0-to-releas...</li>
<li><a
href="https://github.com/dotnet/runtime/commit/72e5ae975785990e904372573c93dd661279f662"><code>72e5ae9</code></a>
X509Chain.Build should throw when an internal error occurs</li>
<li><a
href="https://github.com/dotnet/runtime/commit/a20ee6f80ceb86e010802ae77559d096a0f7bc37"><code>a20ee6f</code></a>
[release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (<a
href="https://redirect.github.com/dotnet/runtime/issues/94882">#94882</a>)</li>
<li><a
href="https://github.com/dotnet/runtime/commit/4fc3df22ddcebcea46fc2727ef3a51870ec1ec38"><code>4fc3df2</code></a>
Fix incremental servicing condition (<a
href="https://redirect.github.com/dotnet/runtime/issues/95119">#95119</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.1">compare
view</a></li>
</ul>
</details>
<br />
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>
---
csharp/src/Drivers/Apache/Apache.Arrow.Adbc.Drivers.Apache.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/src/Drivers/Apache/Apache.Arrow.Adbc.Drivers.Apache.csproj
b/csharp/src/Drivers/Apache/Apache.Arrow.Adbc.Drivers.Apache.csproj
index 43d65c861..ab856e3e0 100644
--- a/csharp/src/Drivers/Apache/Apache.Arrow.Adbc.Drivers.Apache.csproj
+++ b/csharp/src/Drivers/Apache/Apache.Arrow.Adbc.Drivers.Apache.csproj
@@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="ApacheThrift" Version="0.20.0" />
+ <PackageReference Include="ApacheThrift" Version="0.21.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>