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

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


The following commit(s) were added to refs/heads/master by this push:
     new 65dcdb8148 [ZEPPELIN-5761] Support flink 1.15.1 (#4404)
65dcdb8148 is described below

commit 65dcdb814851eeedd4322bbb8cbfc251af9b44a2
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Tue Jul 19 11:07:12 2022 +0800

    [ZEPPELIN-5761] Support flink 1.15.1 (#4404)
---
 flink/pom.xml                           | 2 +-
 testing/env_python_3_with_flink_115.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink/pom.xml b/flink/pom.xml
index dc1664a0cf..d432293e2f 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -46,7 +46,7 @@
         <flink1.12.version>1.12.4</flink1.12.version>
         <flink1.13.version>1.13.2</flink1.13.version>
         <flink1.14.version>1.14.0</flink1.14.version>
-        <flink1.15.version>1.15.0</flink1.15.version>
+        <flink1.15.version>1.15.1</flink1.15.version>
 
         <flink.scala.version>2.11.12</flink.scala.version>
         <flink.scala.binary.version>2.11</flink.scala.binary.version>
diff --git a/testing/env_python_3_with_flink_115.yml 
b/testing/env_python_3_with_flink_115.yml
index a434029e4e..f62522fe2c 100644
--- a/testing/env_python_3_with_flink_115.yml
+++ b/testing/env_python_3_with_flink_115.yml
@@ -25,5 +25,5 @@ dependencies:
   - jinja2=3.0.3
   - pip
   - pip:
-      - apache-flink==1.15.0
+      - apache-flink==1.15.1
 

Reply via email to