Skip to content

Commit

Permalink
[FLINK-28259][flink-parquet] Bump protoc version to 3.21.2 for proper…
Browse files Browse the repository at this point in the history
… ARM support
  • Loading branch information
rmetzger authored and MartijnVisser committed Jun 30, 2022
1 parent 3e73fb5 commit f916bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-python/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f916bcf

Please sign in to comment.