This is an automated email from the ASF dual-hosted git repository. danderson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-training.git
The following commit(s) were added to refs/heads/master by this push: new 0f486f2 [FLINK-30563] Update to Flink 1.16 0f486f2 is described below commit 0f486f2ed10f6786444eb792f42c81f133a376a5 Author: Yuxin Tan <tanyuxinw...@gmail.com> AuthorDate: Thu Jan 5 11:04:29 2023 +0800 [FLINK-30563] Update to Flink 1.16 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a676979..4d7c7c3 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ description = "Flink Training Exercises" allprojects { group = 'org.apache.flink' - version = '1.15-SNAPSHOT' + version = '1.16-SNAPSHOT' apply plugin: 'com.diffplug.spotless' @@ -95,7 +95,7 @@ subprojects { ext { javaVersion = '1.8' - flinkVersion = '1.15.0' + flinkVersion = '1.16.0' scalaBinaryVersion = '2.12' log4jVersion = '2.12.1' junitVersion = '4.13'