This is an automated email from the ASF dual-hosted git repository. eskabetxe pushed a commit to branch BAHIR-317 in repository https://gitbox.apache.org/repos/asf/bahir-flink.git
commit a8888f07d9853591c28137d0971505c1c881c342 Author: Joao Boto <[email protected]> AuthorDate: Thu Oct 20 18:34:10 2022 +0200 [BAHIR-317] Bump flink version to 1.14.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 64542f8..9f5eba7 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <maven.compiler.target>${java.version}</maven.compiler.target> <!-- Flink version --> - <flink.version>1.14.4</flink.version> + <flink.version>1.14.6</flink.version> <scala.binary.version>2.11</scala.binary.version> <scala.version>2.11.12</scala.version>
