This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 1f03f12689 ARROW-17162: [C++] Bump protobuf vendored version to
include ABI mismatch fix when compiling on DEBUG (#13674)
1f03f12689 is described below
commit 1f03f12689a580b64f046cd76500cb52b156ec5e
Author: Raúl Cumplido <[email protected]>
AuthorDate: Thu Jul 21 23:13:31 2022 +0200
ARROW-17162: [C++] Bump protobuf vendored version to include ABI mismatch
fix when compiling on DEBUG (#13674)
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: David Li <[email protected]>
---
cpp/thirdparty/versions.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpp/thirdparty/versions.txt b/cpp/thirdparty/versions.txt
index 8e00e1de0e..cdb048327f 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -70,8 +70,8 @@ ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION=v0.17.0
ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM=f269fbcb30e17b03caa1decd231ce826e59d7651c0f71c3b28eb5140b4bb5412
ARROW_ORC_BUILD_VERSION=1.7.5
ARROW_ORC_BUILD_SHA256_CHECKSUM=b90cae5853e3ea0e5bf64e3883d09d871ec280536e0bb2cc52d08f79f0be0010
-ARROW_PROTOBUF_BUILD_VERSION=v21.2
-ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM=9ae699200f3a80c735f9dc3b20e46d447584266f4601403e8fe5b97005f204dd
+ARROW_PROTOBUF_BUILD_VERSION=v21.3
+ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM=2f723218f6cb709ae4cdc4fb5ed56a5951fc5d466f0128ce4c946b8c78c8c49f
# Because of https://github.com/Tencent/rapidjson/pull/1323, we require
# a pre-release version of RapidJSON to build with GCC 8 without
# warnings.