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