You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2021/12/10 13:00:13 UTC

[nifi] branch main updated: NIFI-9468 - Bump Kafka client from 2.6.0 to 2.6.3

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 7dc0f84  NIFI-9468 - Bump Kafka client from 2.6.0 to 2.6.3
7dc0f84 is described below

commit 7dc0f847bd38d892b9073e9406c4f57edd88eaf0
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Thu Dec 9 18:13:53 2021 +0100

    NIFI-9468 - Bump Kafka client from 2.6.0 to 2.6.3
    
    This closes #5588
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-nar-bundles/nifi-kafka-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml
index 3cf781a..2aea1ec 100644
--- a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml
@@ -29,7 +29,7 @@
       <kafka11.version>0.11.0.3</kafka11.version>
       <kafka1.0.version>1.0.2</kafka1.0.version>
       <kafka2.0.version>2.0.0</kafka2.0.version>
-      <kafka2.6.version>2.6.0</kafka2.6.version>
+      <kafka2.6.version>2.6.3</kafka2.6.version>
     </properties>
 
     <modules>