Skip to content

Commit

Permalink
chore(deps): Update Nifi
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Dec 27, 2024
1 parent b5d0668 commit 1fbcbbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
<!-- ================ UDF Versions ================ -->
<!-- ============================================== -->
<!-- Apache Nifi -->
<nifi.version>2.0.0</nifi.version>
<nifi-api.version>2.0.0</nifi-api.version>
<nifi.version>2.1.0</nifi.version>

<!-- ============================================== -->

Expand Down
2 changes: 1 addition & 1 deletion udfs/nifi/nifi-energy-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>${nifi.version}</version>
<version>${nifi-api.version}</version>
<exclusions>
<exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId></exclusion>
<exclusion><groupId>ch.qos.logback</groupId><artifactId>logback-classic</artifactId></exclusion>
Expand Down

0 comments on commit 1fbcbbb

Please sign in to comment.