You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/05/27 14:26:21 UTC

[kyuubi] branch master updated: [KYUUBI #4891] Bump Flink 1.16.2

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

chengpan 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 01619b487 [KYUUBI #4891] Bump Flink 1.16.2
01619b487 is described below

commit 01619b48734dcef51034f6d4f8db9d68923c85b7
Author: Paul Lin <pa...@gmail.com>
AuthorDate: Sat May 27 22:26:12 2023 +0800

    [KYUUBI #4891] Bump Flink 1.16.2
    
    ### _Why are the changes needed?_
    
    As titled.
    
    ### _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 #4891 from link3280/bump-flink-1.16.2.
    
    Closes #4891
    
    953f83014 [Paul Lin] Bump Flink 1.16.2
    
    Authored-by: Paul Lin <pa...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fad1d1bdc..d6628cf3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2189,7 +2189,7 @@
         <profile>
             <id>flink-1.16</id>
             <properties>
-                <flink.version>1.16.1</flink.version>
+                <flink.version>1.16.2</flink.version>
             </properties>
         </profile>