Skip to content

Commit

Permalink
DRILL-8456: Upgrade POI and Commons-Compress (#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 12, 2023
1 parent aa52f05 commit 2ab46a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/format-excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<name>Drill : Contrib : Format : Excel</name>

<properties>
<poi.version>5.2.3</poi.version>
<poi.version>5.2.4</poi.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>excel-streaming-reader</artifactId>
<version>4.0.5</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<kerby.version>1.0.0</kerby.version>
<findbugs.version>3.0.5</findbugs.version>
<netty.tcnative.classifier />
<commons.io.version>2.7</commons.io.version>
<commons.io.version>2.14.0</commons.io.version>
<commons.collections.version>4.4</commons.collections.version>
<hamcrest.version>2.2</hamcrest.version>
<curator.version>5.2.0</curator.version>
Expand Down Expand Up @@ -110,7 +110,7 @@
<javax.el.version>3.0.0</javax.el.version>
<surefire.version>3.1.2</surefire.version>
<jna.version>5.13.0</jna.version>
<commons.compress.version>1.23.0</commons.compress.version>
<commons.compress.version>1.24.0</commons.compress.version>
<hikari.version>4.0.3</hikari.version>
<netty.version>4.1.73.Final</netty.version>
<httpclient.version>4.5.14</httpclient.version>
Expand Down

0 comments on commit 2ab46a9

Please sign in to comment.