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

guoweijie pushed a commit to branch v3.0
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/v3.0 by this push:
     new 5a08779  [hotfix] Bump flink version to 1.16.2
5a08779 is described below

commit 5a0877920366abb80b58ef6c0501c73a8a8e38a8
Author: Weijie Guo <[email protected]>
AuthorDate: Thu Jun 1 11:01:27 2023 +0800

    [hotfix] Bump flink version to 1.16.2
---
 .github/workflows/push_pr.yml | 2 +-
 pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 0d3954c..89ea3fb 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -25,4 +25,4 @@ jobs:
   compile_and_test:
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
-      flink_version: 1.16.1
+      flink_version: 1.16.2
diff --git a/pom.xml b/pom.xml
index 65cd2f3..5b088d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ under the License.
        </modules>
 
        <properties>
-               <flink.version>1.16.0</flink.version>
+               <flink.version>1.16.2</flink.version>
                <flink.shaded.version>15.0</flink.shaded.version>
 
                <jackson-bom.version>2.13.4.20221013</jackson-bom.version>

Reply via email to