Skip to content

Commit

Permalink
NIFI-12058 This closes apache#7693. Upgraded Apache Kudu from 1.16.0 …
Browse files Browse the repository at this point in the history
…to 1.17.0

Signed-off-by: Joseph Witt <[email protected]>
  • Loading branch information
exceptionfactory authored and joewitt committed Sep 14, 2023
1 parent 591c323 commit 292b5d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-kudu-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 292b5d1

Please sign in to comment.