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 01745aaa39 GH-35987: [C++] Unpin brew protobuf version (#36087)
01745aaa39 is described below
commit 01745aaa393ac8395be0ecbcd634323f8c467b12
Author: Jin Shang <[email protected]>
AuthorDate: Fri Jun 16 14:55:02 2023 +0800
GH-35987: [C++] Unpin brew protobuf version (#36087)
Unpin brew protobuf version because of an upstream patch.
* Closes: #35987
Authored-by: Jin Shang <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
cpp/Brewfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpp/Brewfile b/cpp/Brewfile
index cff0136e73..66f1bd332b 100644
--- a/cpp/Brewfile
+++ b/cpp/Brewfile
@@ -26,12 +26,12 @@ brew "flatbuffers"
brew "git"
brew "glog"
brew "googletest"
-brew "[email protected]"
+brew "grpc"
brew "llvm@14"
brew "lz4"
brew "ninja"
brew "[email protected]"
-brew "protobuf@21"
+brew "protobuf"
brew "python"
brew "rapidjson"
brew "snappy"