This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/nuget/csharp/Google.Cloud.BigQuery.V2-3.9.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
commit 8e13cee32e02484534e0e1aa77d4440b72527f25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 1 20:21:27 2024 +0000
chore(csharp): bump Google.Cloud.BigQuery.V2 in /csharp
Bumps
[Google.Cloud.BigQuery.V2](https://github.com/googleapis/google-cloud-dotnet)
from 3.8.0 to 3.9.0.
- [Release
notes](https://github.com/googleapis/google-cloud-dotnet/releases)
-
[Commits](https://github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.BigQuery.V2-3.8.0...Google.Cloud.BigQuery.V2-3.9.0)
---
updated-dependencies:
- dependency-name: Google.Cloud.BigQuery.V2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 1c868aec9..a03bdcdc2 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.14.0" />
- <PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.8.0" />
+ <PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.9.0" />
<PackageReference Include="System.Text.Json" Version="7.0.4" />
</ItemGroup>
<ItemGroup>