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 ff8611e15 [KYUUBI #4877] Bump Flink 1.17 to 1.17.1
ff8611e15 is described below

commit ff8611e159d1e41de55a2d919bfeeaf2fec2c125
Author: Paul Lin <[email protected]>
AuthorDate: Sat May 27 22:27:31 2023 +0800

    [KYUUBI #4877] Bump Flink 1.17 to 1.17.1
    
    ### _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 #4877 from link3280/bump-flink-1.17.1.
    
    Closes #4877
    
    c94c00559 [Paul Lin] Bump Flink 1.17.1
    bfd865ac1 [Paul Lin] Fix invalid download url
    f2b09559d [Paul Lin] Fix flink jar not found with no profile specified
    f63f3842c [Paul Lin] Fix flink download error with no profile specified
    3055b6c88 [Paul Lin] Fix spotless
    07b62fd95 [Paul Lin] Bump Flink 1.17.1-rc1
    
    Authored-by: Paul Lin <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d6628cf3f..3b638ea54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
         <failsafe.verion>2.4.4</failsafe.verion>
         <fb303.version>0.9.3</fb303.version>
         <flexmark.version>0.62.2</flexmark.version>
-        <flink.version>1.17.0</flink.version>
+        <flink.version>1.17.1</flink.version>
         
<flink.archive.name>flink-${flink.version}-bin-scala_${scala.binary.version}.tgz</flink.archive.name>
         
<flink.archive.mirror>${apache.archive.dist}/flink/flink-${flink.version}</flink.archive.mirror>
         <flink.archive.download.skip>false</flink.archive.download.skip>
@@ -2196,7 +2196,7 @@
         <profile>
             <id>flink-1.17</id>
             <properties>
-                <flink.version>1.17.0</flink.version>
+                <flink.version>1.17.1</flink.version>
             </properties>
         </profile>
 

Reply via email to