NIFI-10921 Upgraded Apache POI from 5.2.2 to 5.2.3

This closes #6760

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2022-12-05 10:59:38 -05:00 committed by exceptionfactory
parent 2a88980024
commit c85a6e866f
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
<packaging>jar</packaging>
<properties>
<spring.integration.version>5.5.7</spring.integration.version>
<poi.version>5.2.2</poi.version>
<poi.version>5.2.3</poi.version>
</properties>
<dependencies>

View File

@ -26,7 +26,7 @@
<packaging>pom</packaging>
<properties>
<poi.version>5.2.2</poi.version>
<poi.version>5.2.3</poi.version>
</properties>
<modules>

View File

@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
<poi.version>5.2.2</poi.version>
<poi.version>5.2.3</poi.version>
</properties>
<parent>