Skip to content

Commit

Permalink
[FLINK-29531][Formats][Protobuf] Bump protoc and protobuf-java depend…
Browse files Browse the repository at this point in the history
…encies to 3.21.7. This closes apache#20978

* [FLINK-29531][Formats][Protobuf] Bump Protoc dependencies to v3.21.7

* [FLINK-29531][Formats][Protobuf] Bump protobuf-java dependencies to v3.21.7

* [FLINK-29531][Python][Protobuf] Bump protobuf dependencies to at least 3.20.2

* [FLINK-29531[Python][Protobuf] Update NOTICE files
  • Loading branch information
MartijnVisser authored Oct 7, 2022
1 parent 134ddd1 commit 9a5cb26
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ under the License.
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.4</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ under the License.
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.4</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flink-formats/flink-avro-glue-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ under the License.
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.4</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flink-formats/flink-json-glue-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ under the License.
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.4</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under BSD-3 License (https://opensource.org/licenses/BSD-3-Clause).
See bundled license files for details.

- com.google.protobuf:protobuf-java:3.21.2
- com.google.protobuf:protobuf-java:3.21.7
2 changes: 1 addition & 1 deletion flink-python/dev/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ grpcio>=1.29.0,<=1.46.3
grpcio-tools>=1.29.0,<=1.46.3
pemja==0.2.4; python_version >= '3.7' and platform_system != 'Windows'
httplib2>=0.19.0,<=0.20.4
protobuf<3.18
protobuf<=3.21
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.21.2
- com.google.protobuf:protobuf-java:3.21.7

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.23.1</assertj.version>
<py4j.version>0.10.9.3</py4j.version>
<beam.version>2.38.0</beam.version>
<protoc.version>3.21.2</protoc.version>
<protoc.version>3.21.7</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 9a5cb26

Please sign in to comment.