Merge pull request #274 from alexli0707/fix/easyexcel-bug

fix: 修复easyexecl3.3.0 bug引起导出表格异常(java.lang.NoClassDefFoundError: com…
This commit is contained in:
芋道源码 2023-05-21 23:23:05 +08:00 committed by GitHub
commit 02e22c664d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
<lombok.version>1.18.26</lombok.version> <lombok.version>1.18.26</lombok.version>
<mapstruct.version>1.5.5.Final</mapstruct.version> <mapstruct.version>1.5.5.Final</mapstruct.version>
<hutool.version>5.8.18</hutool.version> <hutool.version>5.8.18</hutool.version>
<easyexcel.verion>3.3.0</easyexcel.verion> <easyexcel.verion>3.3.1</easyexcel.verion>
<velocity.version>2.3</velocity.version> <velocity.version>2.3</velocity.version>
<screw.version>1.0.5</screw.version> <screw.version>1.0.5</screw.version>
<fastjson.version>1.2.83</fastjson.version> <fastjson.version>1.2.83</fastjson.version>