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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 36d5392293 NIFI-14482 Upgraded Kafka Client libraries from 3.9.0 to 
4.0.0 (#9912)
36d5392293 is described below

commit 36d53922939806358693708c9a0b91be48a572bd
Author: Pierre Villard <[email protected]>
AuthorDate: Fri May 2 17:58:46 2025 +0200

    NIFI-14482 Upgraded Kafka Client libraries from 3.9.0 to 4.0.0 (#9912)
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml      | 2 +-
 nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml   | 2 +-
 nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml | 2 +-
 nifi-extension-bundles/nifi-kafka-bundle/pom.xml                        | 2 ++
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index 9f1aef368a..a8f785d396 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -304,7 +304,7 @@
         <dependency>
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka-clients</artifactId>
-            <version>3.9.0</version>
+            <version>4.0.0</version>
         </dependency>
     </dependencies>
     <build>
diff --git 
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml 
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml
index 0509e30794..394f130a70 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka-clients</artifactId>
-            <version>3.9.0</version>
+            <version>${kafka4.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git 
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml 
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
index 5fca0c870b..7f703509fb 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka-clients</artifactId>
-            <version>3.9.0</version>
+            <version>${kafka4.version}</version>
         </dependency>
         <dependency>
             <groupId>software.amazon.msk</groupId>
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/pom.xml 
b/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
index 54867ae05c..32ef4726e7 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
@@ -26,6 +26,8 @@
     <properties>
         <skip.integration.tests>false</skip.integration.tests>
         <skip.unit.tests>false</skip.unit.tests>
+        <kafka3.version>3.9.0</kafka3.version>
+        <kafka4.version>4.0.0</kafka4.version>
     </properties>
 
     <modules>

Reply via email to