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 2bc9320146 [MINOR] POI 5.5.1 (#3040)
2bc9320146 is described below

commit 2bc9320146b6522f782b30532d4f8cd1f37c2bfb
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Mar 9 14:21:07 2026 +0100

    [MINOR] POI 5.5.1 (#3040)
---
 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 2cf71920fa..5b210d0924 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.4.1</poi.version>
+    <poi.version>5.5.1</poi.version>
   </properties>
   <dependencies>
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>5.1.0</version>
+      <version>5.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Reply via email to