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.git


The following commit(s) were added to refs/heads/main by this push:
     new caa7056c49 MINOR: [C#] Bump Google.Protobuf and System.Memory in 
/csharp (#45244)
caa7056c49 is described below

commit caa7056c490f21f1bd8ca78bfb84da4aded801f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 14:56:39 2025 -0800

    MINOR: [C#] Bump Google.Protobuf and System.Memory in /csharp (#45244)
    
    [//]: # (dependabot-start)
    ⚠️  **Dependabot is rebasing this PR** ⚠️
    
    Rebasing might not happen immediately, so don't worry if this takes some 
time.
    
    Note: if you make any changes to this PR yourself, they will take 
precedence over the rebase.
    
    ---
    
    [//]: # (dependabot-end)
    
    Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) and 
System.Memory. These dependencies needed to be updated together.
    Updates `Google.Protobuf` from 3.29.2 to 3.29.3
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/b407e8416e3893036aee5af9a12bd9b6a0e2b2e6";><code>b407e84</code></a>
 Updating version.json and repo version numbers to: 29.3</li>
    <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/9a5d2c329c159e07f7da8ba5dfe0acc98dfb81a9";><code>9a5d2c3</code></a>
 Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default. 
(...</li>
    <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/1dc5842ebe7956e79d5dfee6d3589df02faa77fd";><code>1dc5842</code></a>
 Fix cmake installation location of java and go features (<a 
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19773";>#19773</a>)</li>
    <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/8e7e6b026f0ef00fd0f3d3cbeb41a02f8621c785";><code>8e7e6b0</code></a>
 Update artifact actions to v4 (<a 
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19703";>#19703</a>)</li>
    <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/cbdc8ab774aeb888f635a1f3d0bce206e173b276";><code>cbdc8ab</code></a>
 Merge pull request <a 
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19719";>#19719</a>
 from protocolbuffers/29.x-202412181411</li>
    <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/5621748f97259be36587bf337aae554f6361cb22";><code>5621748</code></a>
 Updating version.json and repo version numbers to: 29.3-dev</li>
    <li>See full diff in <a 
href="https://github.com/protocolbuffers/protobuf/compare/v3.29.2...v3.29.3";>compare
 view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `System.Memory` from 4.6.0 to 4.5.3
    
    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>
    
    Authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Curt Hagenlocher <[email protected]>
---
 csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj               | 2 +-
 .../test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj 
b/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
index 0f0ba78a09..de09925147 100644
--- a/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
+++ b/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
@@ -5,7 +5,7 @@
   </PropertyGroup>
   
   <ItemGroup>
-    <PackageReference Include="Google.Protobuf" Version="3.29.2" />
+    <PackageReference Include="Google.Protobuf" Version="3.29.3" />
     <PackageReference Include="Grpc.Net.Client" Version="2.65.0" />
     <PackageReference Include="Grpc.Tools" Version="2.69.0" 
PrivateAssets="All" />
     <PackageReference Include="System.Memory" Version="4.6.0" />
diff --git 
a/csharp/test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj 
b/csharp/test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj
index 08215ef323..6368c8841b 100644
--- a/csharp/test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj
+++ b/csharp/test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj
@@ -5,7 +5,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Google.Protobuf" Version="3.29.2" />
+    <PackageReference Include="Google.Protobuf" Version="3.29.3" />
     <PackageReference Include="Grpc.AspNetCore" Version="2.67.0" />
   </ItemGroup>
 

Reply via email to