This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 65f9bcf0cf3cda360d7b6cb0c2ead1067a6c94c0 Author: mr1716 <[email protected]> AuthorDate: Thu Jul 13 12:53:13 2023 -0400 NIFI-11804 Upgraded excel-streaming-reader from 4.0.5 to 4.1.0 This closes #7477 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-poi-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-poi-bundle/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/pom.xml index 8bd94e8088..1505043766 100644 --- a/nifi-nar-bundles/nifi-poi-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-poi-bundle/pom.xml @@ -52,7 +52,7 @@ <dependency> <groupId>com.github.pjfanning</groupId> <artifactId>excel-streaming-reader</artifactId> - <version>4.0.5</version> + <version>4.1.0</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId>
