You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/06/30 08:23:21 UTC

[flink] branch master updated: [FLINK-28259][flink-parquet] Bump protoc version to 3.21.2 for proper ARM support

This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new f916bcf82a4 [FLINK-28259][flink-parquet] Bump protoc version to 3.21.2 for proper ARM support
f916bcf82a4 is described below

commit f916bcf82a437740ec96e6bfddfd609a0d8fc31b
Author: Robert Metzger <rm...@apache.org>
AuthorDate: Mon Jun 27 10:25:45 2022 +0200

    [FLINK-28259][flink-parquet] Bump protoc version to 3.21.2 for proper ARM support
---
 flink-python/src/main/resources/META-INF/NOTICE | 2 +-
 pom.xml                                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-python/src/main/resources/META-INF/NOTICE b/flink-python/src/main/resources/META-INF/NOTICE
index 2d636b070a3..d14fad464c8 100644
--- a/flink-python/src/main/resources/META-INF/NOTICE
+++ b/flink-python/src/main/resources/META-INF/NOTICE
@@ -34,7 +34,7 @@ This project bundles the following dependencies under the BSD license.
 See bundled license files for details
 
 - net.sf.py4j:py4j:0.10.9.3
-- com.google.protobuf:protobuf-java:3.17.3
+- com.google.protobuf:protobuf-java:3.21.2
 
 This project bundles the following dependencies under the MIT license. (https://opensource.org/licenses/MIT)
 See bundled license files for details.
diff --git a/pom.xml b/pom.xml
index a72eb9a906c..8d31844bb93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@ under the License.
 		<assertj.version>3.21.0</assertj.version>
 		<py4j.version>0.10.9.3</py4j.version>
 		<beam.version>2.38.0</beam.version>
-		<protoc.version>3.17.3</protoc.version>
+		<protoc.version>3.21.2</protoc.version>
 		<okhttp.version>3.14.9</okhttp.version>
 		<testcontainers.version>1.17.2</testcontainers.version>
 		<lz4.version>1.8.0</lz4.version>