Skip to content

Commit

Permalink
NIFI-12489 Upgraded Apache POI from 5.2.4 to 5.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Villard <[email protected]>

This closes #8140.
  • Loading branch information
exceptionfactory authored and pvillard31 committed Dec 7, 2023
1 parent 5675d37 commit b9dbcab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<packaging>jar</packaging>
<properties>
<spring.integration.version>5.5.18</spring.integration.version>
<poi.version>5.2.4</poi.version>
<poi.version>5.2.5</poi.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-media-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<packaging>pom</packaging>

<properties>
<poi.version>5.2.4</poi.version>
<poi.version>5.2.5</poi.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-poi-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>nifi-poi-bundle</artifactId>
<packaging>pom</packaging>
<properties>
<poi.version>5.2.4</poi.version>
<poi.version>5.2.5</poi.version>
</properties>
<modules>
<module>nifi-poi-nar</module>
Expand Down

0 comments on commit b9dbcab

Please sign in to comment.