This is an automated email from the ASF dual-hosted git repository.
joewitt 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 ddeac22977 NIFI-14482 Upgraded Kafka Clients from 3.9.0 to 4.0.0 This
closes #9946
ddeac22977 is described below
commit ddeac22977c4872776ee3d0416fc6ff4344ee51c
Author: exceptionfactory <[email protected]>
AuthorDate: Wed May 14 17:21:55 2025 -0500
NIFI-14482 Upgraded Kafka Clients from 3.9.0 to 4.0.0
This closes #9946
Signed-off-by: Joseph Witt <[email protected]>
---
nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml | 2 +-
.../nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml | 2 +-
nifi-extension-bundles/nifi-kafka-bundle/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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 7f8df273e0..b50076150f 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>${kafka3.version}</version>
+ <version>${kafka-clients.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.msk</groupId>
diff --git
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
index 6be1b7549a..5975b0f431 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
- <version>${kafka3.version}</version>
+ <version>${kafka-clients.version}</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
b/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
index 37588c78ea..e06789cead 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
@@ -26,7 +26,7 @@
<properties>
<skip.integration.tests>false</skip.integration.tests>
<skip.unit.tests>false</skip.unit.tests>
- <kafka3.version>3.9.0</kafka3.version>
+ <kafka-clients.version>4.0.0</kafka-clients.version>
</properties>
<modules>