You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/02/09 00:35:00 UTC

[kyuubi] branch master updated: [KYUUBI #4252] Bump Flink to 1.14.6

This is an automated email from the ASF dual-hosted git repository.

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new afcfe9afb [KYUUBI #4252] Bump Flink to 1.14.6
afcfe9afb is described below

commit afcfe9afb5e8df1761dd80b8ed236d11520eed83
Author: df_liu <df...@trip.com>
AuthorDate: Thu Feb 9 08:34:47 2023 +0800

    [KYUUBI #4252] Bump Flink to 1.14.6
    
    ### _Why are the changes needed?_
    
    close #4252
    
    ### _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
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4277 from df-Liu/fix_4252.
    
    Closes #4252
    
    a5969d01 [df_liu] [KYUUBI #4252] Bump Flink 1.14.6
    
    Authored-by: df_liu <df...@trip.com>
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ebf6db655..fecc0ad8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2328,7 +2328,7 @@
         <profile>
             <id>flink-1.14</id>
             <properties>
-                <flink.version>1.14.5</flink.version>
+                <flink.version>1.14.6</flink.version>
                 <flink.module.scala.suffix>_${scala.binary.version}</flink.module.scala.suffix>
             </properties>
         </profile>