Skip to content

Commit

Permalink
MINOR: [C#] Bump Google.Protobuf from 3.24.0 to 3.24.1 in /csharp (#3…
Browse files Browse the repository at this point in the history
…7283)

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.24.0 to 3.24.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/b256412ba0c37c54247731aec9daa9592627ad5c"><code>b256412</code></a> Updating version.json and repo version numbers to: 24.1</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/d5ed61d6749522f3462a00958b0efe393fa5ba46"><code>d5ed61d</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/13597">#13597</a> from zhangskz/revert-absl-bump</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/6051ad19a4dc8863c7e794a08703b6c668c35958"><code>6051ad1</code></a> Revert absl bump</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/a669cac4daaaac778ed3736f203be4763a576eab"><code>a669cac</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/13595">#13595</a> from protocolbuffers/kfm-24.x-dev</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/1c846304aebfa1f917c60828d3912cff9d1fda56"><code>1c84630</code></a> update upb dep to 24.x latest</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/3094b492468caafcdb61c132dab636cc3c87773f"><code>3094b49</code></a> ruby: Fix object cache lookups on 32-bit platforms (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/13494">#13494</a>) (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/13580">#13580</a>)</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/7520effdeb30a4d049b819fae834f6a42cb75a80"><code>7520eff</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/13534">#13534</a> from zhangskz/backport-24-x</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/63cbb637213cc2683c75953c0eefa97fa534e2e0"><code>63cbb63</code></a> Update absl submodule and dep to latest 20230802.0 LTS (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/13515">#13515</a>)</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/2ea7c05576c5a79989024bb146dac2ab4cae1c48"><code>2ea7c05</code></a> Remove editions test proto from setup.py.</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/d0c2a74c8340f23721d462dc2505d6d2a36cf25c"><code>d0c2a74</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/13510">#13510</a> from zhangskz/update-24-x-dep</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.24.0...v3.24.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Google.Protobuf&package-manager=nuget&previous-version=3.24.0&new-version=3.24.1)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2023
1 parent a0ffa91 commit 55534a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.24.0" />
<PackageReference Include="Google.Protobuf" Version="3.24.1" />
<PackageReference Include="Grpc.Net.Client" Version="2.55.0" />
<PackageReference Include="Grpc.Tools" Version="2.57.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 55534a4

Please sign in to comment.