Skip to content

Commit

Permalink
MINOR: [C#] Bump Google.Protobuf from 3.26.1 to 3.27.0 in /csharp (#4…
Browse files Browse the repository at this point in the history
…1847)

[//]: # (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) from 3.26.1 to 3.27.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/a978b75794a6ce4547c9db08a115c458d9190934"><code>a978b75</code></a> Updating version.json and repo version numbers to: 27.0</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/f396506571fa1837704588b38cfb099f36c84fe3"><code>f396506</code></a> MODULE.bazel fixes for protobuf BCR release. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/16927">#16927</a>)</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/4baa11fc6d0ca8ad3378a498bd38897eb139b96f"><code>4baa11f</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/16906">#16906</a> from protocolbuffers/editions-27</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/4483c6bb28a117a3c9e635a5a87465278218b6c7"><code>4483c6b</code></a> Lazily resolve features for proto2 and proto3 for compatibility with old open...</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/f8a4a6880ec6453c5a9427a240169e917eacd3a3"><code>f8a4a68</code></a> Fix whitespace merge issue in gencode</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/c3417f582fd3d1f825bde4edfd9dc8a9fb3ba65c"><code>c3417f5</code></a> Regenerate stale files</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/fea6847e408d58e40a2f10ab124ae795afd703d4"><code>fea6847</code></a> Future-proof edition 2023 against feature value support windows.</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/d2da4636c06ccad04371434dabbf24ca1c6ee83e"><code>d2da463</code></a> Mark deleted fields in descriptor.proto reserved</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/0a05aa821527b343a414a81e68d3ee9cf50b4cfa"><code>0a05aa8</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/16875">#16875</a> from protocolbuffers/ban-recursive-features</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/8c5f3a747bae377c92a780970416945c32780bfd"><code>8c5f3a7</code></a> Prohibit using features in the same file they're defined in.</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.26.1...v3.27.0">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.26.1&new-version=3.27.0)](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: Curt Hagenlocher <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent aa00b8b commit 4b49f50
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.26.1" />
<PackageReference Include="Google.Protobuf" Version="3.27.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.59.0" />
<PackageReference Include="Grpc.Tools" Version="2.64.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 4b49f50

Please sign in to comment.