This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new a893d90d1d [MINOR UPDATE] upgrade to POI 5.4.1 (#2983)
a893d90d1d is described below
commit a893d90d1d47eb6ac026f90b3163f6dec25f7e90
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 10 21:02:56 2025 +0200
[MINOR UPDATE] upgrade to POI 5.4.1 (#2983)
---
contrib/format-excel/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index b5a30da764..af6569252b 100644
--- a/contrib/format-excel/pom.xml
+++ b/contrib/format-excel/pom.xml
@@ -31,7 +31,7 @@
<name>Drill : Contrib : Format : Excel</name>
<properties>
- <poi.version>5.3.0</poi.version>
+ <poi.version>5.4.1</poi.version>
</properties>
<dependencies>
<dependency>
@@ -52,7 +52,7 @@
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>excel-streaming-reader</artifactId>
- <version>5.0.2</version>
+ <version>5.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>