This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 738d6cb763d5ec1b8501f87bebc168518b7303f7 Author: mr1716 <[email protected]> AuthorDate: Sun Aug 20 10:02:40 2023 -0400 NIFI-11969 Upgraded excel-streaming-reader from 4.1.0 to 4.1.1 This closes #7627 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 83cba2c5ad544d24581c8ccabfda090340b085bb) --- 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 de61193bb5..706ff9a87b 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.1.0</version> + <version>4.1.1</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId>
