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
The following commit(s) were added to refs/heads/main by this push:
new ee76419992d NIFI-16361 Upgraded excel-streaming-reader from 5.3.1 to
5.3.2 (#11696)
ee76419992d is described below
commit ee76419992d6071d4c51099f5508f0fcf65639c8
Author: dan-s1 <[email protected]>
AuthorDate: Fri Sep 18 15:50:28 2026 -0400
NIFI-16361 Upgraded excel-streaming-reader from 5.3.1 to 5.3.2 (#11696)
- Version 5.3.2 fixes StreamingCell to handle a cell represented as numeric
but having blank content
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-poi-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
index 16a91579de9..d198c18d113 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>excel-streaming-reader</artifactId>
- <version>5.3.1</version>
+ <version>5.3.2</version>
</dependency>
</dependencies>
</dependencyManagement>