This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 629b9e7708 MINOR: [C#] Bump Google.Protobuf from 3.27.2 to 3.27.3 in
/csharp (#43571)
629b9e7708 is described below
commit 629b9e7708535085007f4de3c5d5d27bbd69bea4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 6 08:56:10 2024 +0900
MINOR: [C#] Bump Google.Protobuf from 3.27.2 to 3.27.3 in /csharp (#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 />
[](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]>
---
csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
b/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
index c2081cbe1a..a46f0d9193 100644
--- a/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
+++ b/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
@@ -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>