Skip to content

Commit

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

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.27.1 to 3.27.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/63def39e881afa496502d9c410f4ea948e59490d"><code>63def39</code></a> Updating version.json and repo version numbers to: 27.2</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/19bd2115d04fcc6196e504a4f07d99b6f16be7d7"><code>19bd211</code></a> Port windows bootstrapping fix (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17225">#17225</a>)</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/4923b8d72d39a4189ca7c7b9e20359d6ba527a10"><code>4923b8d</code></a> Fix string_type bugs in edition 2023 (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17211">#17211</a>)</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/b0a3c23f94af5cf347d71ed7d5b2bd768bff192a"><code>b0a3c23</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17164">#17164</a> from protocolbuffers/cp-stubs</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/270ca6681a686fea24e23f7a389e4e3997409a4c"><code>270ca66</code></a> Cleanup imports and comments in V3 stubs.</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/1e360a422a04942ff0758f4a390fb6c27b680c96"><code>1e360a4</code></a> Add stubs for GeneratedMessageV3, RepeatedFieldBuilderV3, SingleFieldBuilderV...</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/9cfb59b5e305dba959403b56112d9a8cf1f4d832"><code>9cfb59b</code></a> Add simple conformance test that builds the old gencode against the current r...</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/6c6f514a5db63ed1a6a139453852dd220aa4eb00"><code>6c6f514</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17161">#17161</a> from protocolbuffers/backport-java</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/c7a006a225e0b94b639a9be694b03c835f4db6d6"><code>c7a006a</code></a> Fix checking unknown field set empty which wasn't exposed yet in 27.x</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/2426a02b90d61e6c18b8ffa411e76b1642f47ad6"><code>2426a02</code></a> Reserialize all unresolved features using java features from the generated po...</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.27.1...v3.27.2">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.27.1&new-version=3.27.2)](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 <curt@hagenlocher.org>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent beaa47b commit 127ee85
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.27.1" />
<PackageReference Include="Google.Protobuf" Version="3.27.2" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
<PackageReference Include="Grpc.Tools" Version="2.64.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 127ee85

Please sign in to comment.