File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments