This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit b103bdc02b00a875f06d21399dcbb2808b62757c Author: hequn8128 <[email protected]> AuthorDate: Mon Mar 30 09:57:33 2020 +0800 [FLINK-16853][legal] Update the version of protobuf-java from 3.8.0 to 3.7.1 in the NOTICE file of module statefun-flink-distribution This closes #80. --- .../statefun-flink-distribution/src/main/resources/META-INF/NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE b/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE index 9bf5e24..445e817 100644 --- a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE +++ b/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE @@ -36,4 +36,4 @@ See bundled license files under "META-INF/licenses" for details. - com.esotericsoftware.kryo:kryo:2.24.0 - com.esotericsoftware.minlog:minlog:1.2 - com.github.luben:zstd-jni:1.3.8-1 -- com.google.protobuf:protobuf-java:3.8.0 \ No newline at end of file +- com.google.protobuf:protobuf-java:3.7.1 \ No newline at end of file
