@@ -7,7 +7,7 @@ Requirements:
77* JDK 1.8
88* Maven 3.3 or later
99* Boost 1.72 (if compiling native code)
10- * Protocol Buffers 3.7.1 (if compiling native code)
10+ * Protocol Buffers 3.17.3 (if compiling native code)
1111* CMake 3.19 or newer (if compiling native code)
1212* Zlib devel (if compiling native code)
1313* Cyrus SASL devel (if compiling native code)
@@ -74,10 +74,10 @@ Refer to dev-support/docker/Dockerfile):
7474 $ ./bootstrap
7575 $ make -j$(nproc)
7676 $ sudo make install
77- * Protocol Buffers 3.7.1 (required to build native code)
78- $ curl -L -s -S https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1 /protobuf-java-3.7.1 .tar.gz -o protobuf-3.7.1 .tar.gz
79- $ mkdir protobuf-3.7 -src
80- $ tar xzf protobuf-3.7.1 .tar.gz --strip-components 1 -C protobuf-3.7 -src && cd protobuf-3.7 -src
77+ * Protocol Buffers 3.17.3 (required to build native code)
78+ $ curl -L -s -S https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3 /protobuf-java-3.17.3 .tar.gz -o protobuf-3.17.3 .tar.gz
79+ $ mkdir protobuf-3.17 -src
80+ $ tar xzf protobuf-3.17.3 .tar.gz --strip-components 1 -C protobuf-3.17 -src && cd protobuf-3.17 -src
8181 $ ./configure
8282 $ make -j$(nproc)
8383 $ sudo make install
@@ -408,10 +408,10 @@ Installing required dependencies for clean install of macOS 10.14:
408408* Install native libraries, only openssl is required to compile native code,
409409you may optionally install zlib, lz4, etc.
410410 $ brew install openssl
411- * Protocol Buffers 3.7.1 (required to compile native code)
412- $ wget https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1 /protobuf-java-3.7.1 .tar.gz
413- $ mkdir -p protobuf-3.7 && tar zxvf protobuf-java-3.7.1 .tar.gz --strip-components 1 -C protobuf-3.7
414- $ cd protobuf-3.7
411+ * Protocol Buffers 3.17.3 (required to compile native code)
412+ $ wget https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3 /protobuf-java-3.17.3 .tar.gz
413+ $ mkdir -p protobuf-3.17 && tar zxvf protobuf-java-3.17.3 .tar.gz --strip-components 1 -C protobuf-3.17
414+ $ cd protobuf-3.17
415415 $ ./configure
416416 $ make
417417 $ make check
@@ -447,10 +447,10 @@ Building on CentOS 8
447447* Install python2 for building documentation.
448448 $ sudo dnf install python2
449449
450- * Install Protocol Buffers v3.7.1 .
450+ * Install Protocol Buffers v3.17.3 .
451451 $ git clone https://github.com/protocolbuffers/protobuf
452452 $ cd protobuf
453- $ git checkout v3.7.1
453+ $ git checkout v3.17.3
454454 $ autoreconf -i
455455 $ ./configure --prefix=/usr/local
456456 $ make
@@ -506,7 +506,7 @@ Requirements:
506506* JDK 1.8
507507* Maven 3.0 or later
508508* Boost 1.72
509- * Protocol Buffers 3.7.1
509+ * Protocol Buffers 3.17.3
510510* CMake 3.19 or newer
511511* Visual Studio 2010 Professional or Higher
512512* Windows SDK 8.1 (if building CPU rate control for the container executor)
0 commit comments