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

snuyanzin 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 6752f531 [hotfix] Use 1.16.0 as minimum supported Flink version in pom
6752f531 is described below

commit 6752f531c559d8efd1638d9c203d75c570f46bb4
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Tue Feb 20 14:15:29 2024 +0100

    [hotfix] Use 1.16.0 as minimum supported Flink version in pom
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 993735b3..55ad0197 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@ under the License.
     </modules>
 
     <properties>
-        <flink.version>1.16.2</flink.version>
+        <flink.version>1.16.0</flink.version>
 
         <jackson-bom.version>2.13.4.20221013</jackson-bom.version>
         <junit4.version>4.13.2</junit4.version>

Reply via email to