Skip to content

Commit 0482ca3

Browse files
chaitalicodchaitalithombare
andauthored
ATLAS-5074: Upgrade poi-ooxml to 5.4.0 (#403)
Co-authored-by: chaitalithombare <chaitalithombare@apache.org>
1 parent d596a14 commit 0482ca3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@
163163
<okio.version>3.4.0</okio.version>
164164
<opencsv.version>5.0</opencsv.version>
165165
<paranamer.version>2.7</paranamer.version>
166-
<poi-ooxml.version>5.2.2</poi-ooxml.version>
167-
<poi.version>5.2.2</poi.version>
166+
<poi-ooxml.version>5.4.0</poi-ooxml.version>
167+
<poi.version>5.4.0</poi.version>
168168
<project.build.dashboard.gruntBuild>run build</project.build.dashboard.gruntBuild>
169169
<project.build.dashboardv2.gruntBuild>build-minify</project.build.dashboardv2.gruntBuild>
170170
<project.build.dashboardv3.gruntBuild>build-minify</project.build.dashboardv3.gruntBuild>

repository/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,24 @@
191191
<groupId>org.apache.poi</groupId>
192192
<artifactId>poi</artifactId>
193193
<version>${poi.version}</version>
194+
<exclusions>
195+
<exclusion>
196+
<groupId>org.apache.logging.log4j</groupId>
197+
<artifactId>log4j-api</artifactId>
198+
</exclusion>
199+
</exclusions>
194200
</dependency>
195201

196202
<dependency>
197203
<groupId>org.apache.poi</groupId>
198204
<artifactId>poi-ooxml</artifactId>
199205
<version>${poi-ooxml.version}</version>
206+
<exclusions>
207+
<exclusion>
208+
<groupId>org.apache.logging.log4j</groupId>
209+
<artifactId>log4j-api</artifactId>
210+
</exclusion>
211+
</exclusions>
200212
</dependency>
201213

202214
<dependency>

0 commit comments

Comments
 (0)