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 292b5d18a0 NIFI-12058 This closes #7693. Upgraded Apache Kudu from 
1.16.0 to 1.17.0
292b5d18a0 is described below

commit 292b5d18a0a5d8e58e6a399ae9fb5241fe493ded
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Thu Sep 14 10:53:10 2023 -0500

    NIFI-12058 This closes #7693. Upgraded Apache Kudu from 1.16.0 to 1.17.0
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml | 6 ++++++
 nifi-nar-bundles/nifi-kudu-bundle/pom.xml                      | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml 
b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
index c6c7b1d6c4..8ea6beacee 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
@@ -94,6 +94,12 @@
             <artifactId>kudu-test-utils</artifactId>
             <version>${kudu.version}</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml 
b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
index 152c3cbc5c..5332031f5b 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.16.0</kudu.version>
+        <kudu.version>1.17.0</kudu.version>
     </properties>
 
     <modules>

Reply via email to