This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch 1.20 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 7621f5529047c690f96b575aa1499305f5c0d89d Author: PJ Fanning <[email protected]> AuthorDate: Tue Nov 29 15:25:38 2022 +0100 DRILL-8362: bump excel-streaming-reader to v4.0.5 (#2711) --- contrib/format-excel/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml index 918896bdfc..7bf9572a6c 100644 --- a/contrib/format-excel/pom.xml +++ b/contrib/format-excel/pom.xml @@ -52,7 +52,7 @@ <dependency> <groupId>com.github.pjfanning</groupId> <artifactId>excel-streaming-reader</artifactId> - <version>4.0.3</version> + <version>4.0.5</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId>
