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 90f6fd06fb NIFI-14034 Upgraded Kafka Clients from 3.6.2 to 3.9.0 for 
AWS Kinesis
90f6fd06fb is described below

commit 90f6fd06fbc0bee6a4e068933952b97937b38747
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 19 22:15:38 2024 -0600

    NIFI-14034 Upgraded Kafka Clients from 3.6.2 to 3.9.0 for AWS Kinesis
    
    Signed-off-by: David Handermann <[email protected]>
    Co-authored-by: David Handermannn <[email protected]>
---
 nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5beed1f749..2a4ef4e2ab 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
@@ -308,7 +308,7 @@
         <dependency>
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka-clients</artifactId>
-            <version>3.6.2</version>
+            <version>3.9.0</version>
         </dependency>
     </dependencies>
     <build>

Reply via email to