Skip to content

Commit

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

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.27.0 to 3.27.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/3d9f7c430a5ae1385512908801492d4421c3cdb7"><code>3d9f7c4</code></a> Updating version.json and repo version numbers to: 27.1</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/368b9b2492849b818ec903d891909e4cae5a41f7"><code>368b9b2</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17019">#17019</a> from protocolbuffers/cp-27</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/2717ae77f6d38f5bb685bec05678a487815d1e0d"><code>2717ae7</code></a> Internal change</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/9a37881bc8520d0dfdd33bb96fbd3139c56ec7ee"><code>9a37881</code></a> Always report plugin support errors from protoc.</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/f61d89cf9ec051450cf9cb54182da40706fd1753"><code>f61d89c</code></a> Avoid ODR violations from bootstrapped protos</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/887e95dade3b93daf6cc14e1ac7ccbccc66053a9"><code>887e95d</code></a> Fix a bug in edition defaults calculation.</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/d2edc4924f4be6ff9afb18a30905f6e39e5c206a"><code>d2edc49</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17002">#17002</a> from protocolbuffers/cp-csharp</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/0e9dd4ca09cdd386ea0c86396aa542dad7238c1e"><code>0e9dd4c</code></a> Handle groups in C# JsonParser (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/16970">#16970</a>)</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/838626d594077c3ab4b93bc6d0a4b7872e63bcc1"><code>838626d</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/16989">#16989</a> from protocolbuffers/cp-27</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/8ffc1d003071df0fbdf470c38e181c61cc178fa8"><code>8ffc1d0</code></a> Move back deprecation of java utf8 feature to 2024.</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.27.0...v3.27.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.27.0&new-version=3.27.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: Curt Hagenlocher <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 4f89097 commit 1222089
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
@@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.27.0" />
<PackageReference Include="Google.Protobuf" Version="3.27.1" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
<PackageReference Include="Grpc.Tools" Version="2.64.0" PrivateAssets="All" />
</ItemGroup>

0 comments on commit 1222089

Please sign in to comment.