Skip to content

Commit

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

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.27.2 to 3.27.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/7cc670c1809e704ebeba90fb430d50e009f36727"><code>7cc670c</code></a> Updating version.json and repo version numbers to: 27.3</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/67d7298f22d124da7463915aa15fca3c13d8dc65"><code>67d7298</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17617">#17617</a> from protocolbuffers/cp-utf8-ascii</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/e20cb7aaf7e6fde6b09fbb3452fffa9fa2c656d1"><code>e20cb7a</code></a> Remove <code>/utf-8</code> flag added in <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/14197">#14197</a></li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/c9839cb01c88cc47068590209f7020022e5ceb48"><code>c9839cb</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17473">#17473</a> from protocolbuffers/cp-revert-hack</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/8a579c1af579c55bdf4fe6da81084ece3597f712"><code>8a579c1</code></a> Downgrade CMake to 3.29 to workaround Abseil issue.</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/ba3e7d7a8aea8a9eafebe3407d94b877cf16e362"><code>ba3e7d7</code></a> Revert workaround for std::mutex issues on github windows runners.</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/861be784603c699eb0a016d5c5a79a1058278879"><code>861be78</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17331">#17331</a> from protocolbuffers/cp-cp</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/c1ec82fe381c196a3930ff620e6aed5ea1e26e1e"><code>c1ec82f</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17232">#17232</a> from simonberger/bugfix/php-ext-persistent-global-c...</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/aec8a7604d74a0e8aa14b45b1295984c0acd51f2"><code>aec8a76</code></a> Upgrade macos-11 tests to macos-12</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/4e3b4f0819a7187f0c369ba1a7cd1cbca012e28a"><code>4e3b4f0</code></a> Use explicit names of our large runners</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.27.2...v3.27.3">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.2&new-version=3.27.3)](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 5, 2024
1 parent 5710638 commit 629b9e7
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.2" />
<PackageReference Include="Google.Protobuf" Version="3.27.3" />
<PackageReference Include="Grpc.Net.Client" Version="2.65.0" />
<PackageReference Include="Grpc.Tools" Version="2.65.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 629b9e7

Please sign in to comment.