From 23f7c85694520a55de007636479f61d74d06f4bc Mon Sep 17 00:00:00 2001 From: zhuangchong Date: Thu, 23 Feb 2023 13:05:03 +0800 Subject: [PATCH] Unify the version of kafka in pom. --- flink-table-store-connector/pom.xml | 4 ++-- pom.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flink-table-store-connector/pom.xml b/flink-table-store-connector/pom.xml index 74cc9e3f666c..970d1c2ccc9e 100644 --- a/flink-table-store-connector/pom.xml +++ b/flink-table-store-connector/pom.xml @@ -240,7 +240,7 @@ under the License. org.apache.kafka kafka_${scala.binary.version} - 2.8.1 + ${kafka.version} org.slf4j @@ -269,7 +269,7 @@ under the License. org.apache.kafka kafka-clients - 2.8.1 + ${kafka.version} diff --git a/pom.xml b/pom.xml index 17186c788d22..21a38a1761a4 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,7 @@ under the License. 1.3.9 2.3.1 1.11.1 + 2.8.1