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 1c9912af chore(csharp): bump Google.Cloud.BigQuery.V2 from 3.5.0 to
3.6.0 in /csharp (#1567)
1c9912af is described below
commit 1c9912afea7458916125f597cb983fc9ef611b3c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 26 12:21:43 2024 -0800
chore(csharp): bump Google.Cloud.BigQuery.V2 from 3.5.0 to 3.6.0 in /csharp
(#1567)
Bumps
[Google.Cloud.BigQuery.V2](https://github.com/googleapis/google-cloud-dotnet)
from 3.5.0 to 3.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/2f95acef888d1e6b1dbe775236bed8c42c577e83"><code>2f95ace</code></a>
Release Google.Cloud.BigQuery.V2 version 3.6.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/11767">#11767</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/efa6b92e6491ee6947c2e20b6cbd64d6def384f8"><code>efa6b92</code></a>
Release Google.Cloud.BigQuery.Storage.V1 version 3.12.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/11768">#11768</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/7c24c793439c0ec85a16102d9a2a1a44d69f87b7"><code>7c24c79</code></a>
Release Google.Cloud.BigQuery.DataTransfer.V1 version 4.5.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/11766">#11766</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/f85ba561e54aa036f1c64216a5bd3a44b91c5772"><code>f85ba56</code></a>
Release Google.Apps.Meet.V2 version 1.0.0-beta01 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/11765">#11765</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/9677fcb585130adead6bbb1963477dc77be13f57"><code>9677fcb</code></a>
feat: Implement int64-based timestamps</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/c71087b85be943b71af130ec440ccc73d6a2f95b"><code>c71087b</code></a>
chore: Update BigQuery to use latest Discovery-generated version</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/55db110ba7ed23644b93130960b980cd12c4aebf"><code>55db110</code></a>
chore: Remove extraneous whitespace</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/9f01c3100b3ca37f461b8f76d36ec57c9549b266"><code>9f01c31</code></a>
chore: Remove ListRowsOptions.ToGetQueryResultsOptions</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/cb3035dd532f97eb1a791ae8f90bd17681ff3ff9"><code>cb3035d</code></a>
chore: Add example issue of uploading object</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/289fa6e1f785e4da53676b952eefe2f7182ef4c2"><code>289fa6e</code></a>
feat: add session token support for Autocomplete (New) sessions that end
with...</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.BigQuery.V2-3.5.0...Google.Cloud.BigQuery.V2-3.6.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>
---
csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj
b/csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj
index 0ce2c1fe..68f69bb8 100644
--- a/csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj
+++ b/csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj
@@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="7.0.0"
Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
<PackageReference Include="Google.Cloud.BigQuery.Storage.V1"
Version="3.11.0" />
- <PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.5.0" />
+ <PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.6.0" />
<PackageReference Include="System.Text.Json" Version="7.0.4" />
</ItemGroup>
<ItemGroup>