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 b230493e9 chore(csharp): bump Google.Cloud.BigQuery.Storage.V1 and 
System.Net.Http.WinHttpHandler in /csharp (#2209)
b230493e9 is described below

commit b230493e9d87ee64c4b0bf3516f3cbce38435a82
Author: Curt Hagenlocher <[email protected]>
AuthorDate: Tue Oct 1 14:30:57 2024 -0700

    chore(csharp): bump Google.Cloud.BigQuery.Storage.V1 and 
System.Net.Http.WinHttpHandler in /csharp (#2209)
    
    (In place of Dependabot's change.)
---
 csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj | 4 ++--
 .../src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj  | 2 +-
 .../Drivers/BigQuery/Apache.Arrow.Adbc.Tests.Drivers.BigQuery.csproj  | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

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 a6f463184..aa4edf04a 100644
--- a/csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj
+++ b/csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj
@@ -4,8 +4,8 @@
     <PackageReadmeFile>readme.md</PackageReadmeFile>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="System.Net.Http.WinHttpHandler" Version="7.0.0" 
Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
-    <PackageReference Include="Google.Cloud.BigQuery.Storage.V1" 
Version="3.15.0" />
+    <PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.0" 
Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
+    <PackageReference Include="Google.Cloud.BigQuery.Storage.V1" 
Version="3.16.0" />
     <PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.10.0" />
     <PackageReference Include="System.Text.Json" Version="8.0.4" />
   </ItemGroup>
diff --git 
a/csharp/src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj 
b/csharp/src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj
index 3ab33e88d..d00a16e45 100644
--- a/csharp/src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj
+++ b/csharp/src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj
@@ -3,7 +3,7 @@
     <TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="System.Net.Http.WinHttpHandler" Version="7.0.0" 
Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
+    <PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.0" 
Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
     <PackageReference Include="Apache.Arrow.Flight" Version="17.0.0" />
   </ItemGroup>
   <ItemGroup>
diff --git 
a/csharp/test/Drivers/BigQuery/Apache.Arrow.Adbc.Tests.Drivers.BigQuery.csproj 
b/csharp/test/Drivers/BigQuery/Apache.Arrow.Adbc.Tests.Drivers.BigQuery.csproj
index 58978084b..f9766e23c 100644
--- 
a/csharp/test/Drivers/BigQuery/Apache.Arrow.Adbc.Tests.Drivers.BigQuery.csproj
+++ 
b/csharp/test/Drivers/BigQuery/Apache.Arrow.Adbc.Tests.Drivers.BigQuery.csproj
@@ -5,6 +5,7 @@
   </PropertyGroup>
     <ItemGroup>
      <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
+     <PackageReference Include="System.Net.Http.WinHttpHandler" 
Version="8.0.0" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
      <PackageReference Include="xunit" Version="2.9.2" />
      <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
        <PrivateAssets>all</PrivateAssets>

Reply via email to