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 2022/05/10 18:21:27 UTC

[nifi] branch main updated: NIFI-10009 - bump Kudu client from 1.15 to 1.16

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 dfc8b9c4c8 NIFI-10009 - bump Kudu client from 1.15 to 1.16
dfc8b9c4c8 is described below

commit dfc8b9c4c8ce2e63ce3b25cbe5c4cd7894ff91a7
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Tue May 10 16:56:12 2022 +0200

    NIFI-10009 - bump Kudu client from 1.15 to 1.16
    
    This closes #6029
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-nar-bundles/nifi-kudu-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
index 9989a7f624..8f2c8f5ddf 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
@@ -27,7 +27,7 @@
 
     <properties>
         <exclude.tests>None</exclude.tests>
-        <kudu.version>1.15.0</kudu.version>
+        <kudu.version>1.16.0</kudu.version>
     </properties>
 
     <modules>