easyexcel
easyexcel copied to clipboard
poi-ooxml-schemas 存在漏洞
问题描述
社区最新版3.3.4依赖的 poi-ooxml-schemas 存在漏洞且超期, 请问如何解决, 后续是否有替换的计划?
4.1.2已经是最新的了
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-schemas</artifactId>
<version>4.1.2</version>
</dependency>
easyexcel-3.3.4 版本依赖的 poi-ooxml-schemas已经是最新的4.1.2版本了。 从5.0.X开始,poi-ooxml-schemas 被重命名为 poi-ooxml-full,应该近期不会有升级。
下面是easyexcel-core 中的依赖:
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-schemas</artifactId>
<version>4.1.2</version>
<scope>compile</scope>
</dependency>
Hi, we have an update to poi-5! This issue has been completed, I will close this issue.