From 7e0bd5ded062560a3d8743586189f8db1b4a5a52 Mon Sep 17 00:00:00 2001 From: Jiaju Zhuang Date: Thu, 12 May 2022 16:15:15 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E5=8D=87=E7=BA=A7ehcache=20=E5=88=B0=203.9?= =?UTF-8?q?.9=20,=E4=B8=BA=E4=BA=86=E5=85=BC=E5=AE=B9jdk17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- update.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca9a601c..ac7ce4a2 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ org.ehcache ehcache - 3.8.1 + 3.9.9 org.projectlombok diff --git a/update.md b/update.md index 5ff096f3..feb96f07 100644 --- a/update.md +++ b/update.md @@ -1,5 +1,6 @@ # 3.1.0 * 支持jdk17,去除cglib&asm依赖,改成重新拷贝一份 [Issue #2240](https://github.com/alibaba/easyexcel/issues/2240) +* 升级ehcache 到 3.9.9 ,为了兼容jdk17 * 在有样式没有数据的情况下也算空行 [Issue #2294](https://github.com/alibaba/easyexcel/issues/2294) * 修复无法根据文件流判断csv的bug [Issue #2297](https://github.com/alibaba/easyexcel/issues/2297) * 修复CSV不关闭流的bug [Issue #2309](https://github.com/alibaba/easyexcel/issues/2309)