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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 158250a  [FLINK-30880] Update flink version to 1.16.1
158250a is described below

commit 158250a09dcfecf30895167d63f7ed8af32537ea
Author: Joao Boto <[email protected]>
AuthorDate: Fri Feb 3 14:39:16 2023 +0100

    [FLINK-30880] Update flink version to 1.16.1
---
 .github/workflows/push_pr.yml | 4 ++--
 pom.xml                       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index e5d6b2a..7040bce 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -25,6 +25,6 @@ jobs:
   compile_and_test:
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
-      flink_version: 1.16.0
-      flink_url: 
https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
+      flink_version: 1.16.1
+      flink_url: 
https://dist.apache.org/repos/dist/release/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz
       cache_flink_binary: true
diff --git a/pom.xml b/pom.xml
index c4abce8..2942140 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@ under the License.
     </modules>
 
     <properties>
-        <flink.version>1.16.0</flink.version>
+        <flink.version>1.16.1</flink.version>
         <flink.shaded.version>15.0</flink.shaded.version>
 
         <jackson-bom.version>2.13.4.20221013</jackson-bom.version>

Reply via email to