Skip to content

Commit 4b13326

Browse files
authored
DRILL-8462: upgrade to poi 5.2.5 and upgrade its transitive dependencies (#2848)
1 parent aa79c0d commit 4b13326

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

contrib/format-excel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<name>Drill : Contrib : Format : Excel</name>
3232

3333
<properties>
34-
<poi.version>5.2.4</poi.version>
34+
<poi.version>5.2.5</poi.version>
3535
</properties>
3636
<dependencies>
3737
<dependency>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.github.pjfanning</groupId>
5454
<artifactId>excel-streaming-reader</artifactId>
55-
<version>4.2.0</version>
55+
<version>4.2.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<kerby.version>1.0.0</kerby.version>
6363
<findbugs.version>3.0.5</findbugs.version>
6464
<netty.tcnative.classifier />
65-
<commons.io.version>2.14.0</commons.io.version>
65+
<commons.io.version>2.15.0</commons.io.version>
6666
<commons.collections.version>4.4</commons.collections.version>
6767
<hamcrest.version>2.2</hamcrest.version>
6868
<curator.version>5.2.0</curator.version>
@@ -108,7 +108,7 @@
108108
<javax.el.version>3.0.0</javax.el.version>
109109
<surefire.version>3.1.2</surefire.version>
110110
<jna.version>5.13.0</jna.version>
111-
<commons.compress.version>1.24.0</commons.compress.version>
111+
<commons.compress.version>1.25.0</commons.compress.version>
112112
<hikari.version>4.0.3</hikari.version>
113113
<netty.version>4.1.73.Final</netty.version>
114114
<httpclient.version>4.5.14</httpclient.version>
@@ -119,13 +119,13 @@
119119
<commons.lang3.version>3.10</commons.lang3.version>
120120
<testcontainers.version>1.18.3</testcontainers.version>
121121
<typesafe.config.version>1.4.2</typesafe.config.version>
122-
<commons.codec.version>1.14</commons.codec.version>
122+
<commons.codec.version>1.16.0</commons.codec.version>
123123
<xerces.version>2.12.2</xerces.version>
124124
<commons.configuration.version>1.10</commons.configuration.version>
125125
<commons.beanutils.version>1.9.4</commons.beanutils.version>
126126
<httpdlog-parser.version>5.10.0</httpdlog-parser.version>
127127
<yauaa.version>7.19.2</yauaa.version>
128-
<log4j.version>2.20.0</log4j.version>
128+
<log4j.version>2.22.0</log4j.version>
129129
<aircompressor.version>0.25</aircompressor.version>
130130
<iceberg.version>0.12.1</iceberg.version>
131131
<univocity-parsers.version>2.8.3</univocity-parsers.version>

0 commit comments

Comments
 (0)