From e7f088552f97a71cd27631b019df923ef91e7d6f Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期三, 05 四月 2023 17:36:45 +0800 Subject: [PATCH] !686 导出Excel,提高导出效率 Merge pull request !686 from wzy1024/wzy1024 --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 7912921..60a1598 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <swagger.version>3.0.0</swagger.version> <kaptcha.version>2.3.3</kaptcha.version> <pagehelper.boot.version>1.4.6</pagehelper.boot.version> - <fastjson.version>2.0.23</fastjson.version> + <fastjson.version>2.0.25</fastjson.version> <oshi.version>6.4.0</oshi.version> <commons.io.version>2.11.0</commons.io.version> <commons.collections.version>3.2.2</commons.collections.version> -- Gitblit v1.9.2