Skip to content

Commit 0e45a4b

Browse files
SteNicholaspan3793
authored andcommitted
[KYUUBI #1847] Bump Flink 1.14.3
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ Bump Flink 1.14.3. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1851 from SteNicholas/KYUUBI-1847. Closes #1847 79d5cdc [SteNicholas] [KYUUBI #1847] Bump Flink 1.14.3 Authored-by: SteNicholas <programgeek@163.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 34043ae commit 0e45a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<commons-lang3.version>3.10</commons-lang3.version>
102102
<curator.version>2.12.0</curator.version>
103103
<delta.version>1.0.0</delta.version>
104-
<flink.version>1.14.2</flink.version>
104+
<flink.version>1.14.3</flink.version>
105105
<flink.archive.name>flink-${flink.version}-bin-scala_${scala.binary.version}.tgz</flink.archive.name>
106106
<flink.archive.mirror>https://archive.apache.org/dist/flink/flink-${flink.version}</flink.archive.mirror>
107107
<flink.archive.download.skip>false</flink.archive.download.skip>

0 commit comments

Comments
 (0)