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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2d42d9df [FLINK-38322] Update to Kafka client 4.1.0
2d42d9df is described below

commit 2d42d9dffd9838872d1ce74123beb860b651af16
Author: Thomas Cooper <[email protected]>
AuthorDate: Mon Nov 17 18:16:53 2025 +0000

    [FLINK-38322] Update to Kafka client 4.1.0
---
 flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE | 2 +-
 pom.xml                                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE 
b/flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE
index 75ecac95..b969ab85 100644
--- a/flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE
+++ b/flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE
@@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- org.apache.kafka:kafka-clients:4.0.0
+- org.apache.kafka:kafka-clients:4.1.0
diff --git a/pom.xml b/pom.xml
index 61b6c9f2..c91df483 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@ under the License.
                <!-- Main Dependencies -->
                <confluent.version>7.9.2</confluent.version>
                <flink.version>2.1.0</flink.version>
-               <kafka.version>4.0.0</kafka.version>
+               <kafka.version>4.1.0</kafka.version>
 
                <!-- Other Dependencies -->
                <avro.version>1.12.0</avro.version>

Reply via email to