From 27e34c2f0ae39df3270ecc8f06e79897a1ac0aa1 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期六, 12 十一月 2022 11:26:48 +0800 Subject: [PATCH] 忽略不必要的属性数据返回 --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 2e06e1f..f543e1c 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <kaptcha.version>2.3.2</kaptcha.version> <mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version> <pagehelper.boot.version>1.4.5</pagehelper.boot.version> - <fastjson.version>2.0.15</fastjson.version> + <fastjson.version>2.0.16</fastjson.version> <oshi.version>6.3.0</oshi.version> <commons.io.version>2.11.0</commons.io.version> <commons.fileupload.version>1.4</commons.fileupload.version> -- Gitblit v1.9.2