This is an automated email from the ASF dual-hosted git repository.
CurtHagenlocher 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 822a5ef48 chore(csharp): Bump Apache.Arrow from 22.1.0 to 23.0.0
(#4335)
822a5ef48 is described below
commit 822a5ef48358bd6ea90200d59a8de55264154741
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 07:57:33 2026 -0700
chore(csharp): Bump Apache.Arrow from 22.1.0 to 23.0.0 (#4335)
Updated [Apache.Arrow](https://github.com/apache/arrow) from 22.1.0 to
23.0.0.
<details>
<summary>Release notes</summary>
_Sourced from [Apache.Arrow's
releases](https://github.com/apache/arrow/releases)._
## 23.0.0
Release Notes URL: https://arrow.apache.org/release/23.0.0.html
## 23.0.0-rc2
Release Notes: Release Candidate: 23.0.0 RC2
Commits viewable in [compare
view](https://github.com/apache/arrow/commits/apache-arrow-23.0.0).
</details>
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
csharp/Directory.Packages.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/Directory.Packages.props b/csharp/Directory.Packages.props
index 9d295a338..bebddab70 100644
--- a/csharp/Directory.Packages.props
+++ b/csharp/Directory.Packages.props
@@ -21,7 +21,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageVersion Include="Apache.Arrow" Version="22.1.0" />
+ <PackageVersion Include="Apache.Arrow" Version="23.0.0" />
<PackageVersion Include="Apache.Arrow.Adbc.Client" Version="[$(Version)]"
/>
<PackageVersion Include="Apache.Arrow.Adbc.Drivers.BigQuery"
Version="[$(Version)]" />
<PackageVersion Include="Apache.Arrow.Adbc.Drivers.Interop.FlightSql"
Version="[$(Version)]" />