From aa454d3a448de92f92dc31244f990c7bc9178381 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期日, 10 十月 2021 11:34:26 +0800 Subject: [PATCH] 使用JSONField忽略字段 --- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c6e499d..873f623 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>3.6.0</version> + <version>3.7.0</version> <packaging>jar</packaging> <name>ruoyi</name> @@ -26,8 +26,8 @@ <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> <mybatis.spring.boot.starter.version>2.1.4</mybatis.spring.boot.starter.version> <pagehelper.spring.boot.starter.version>1.3.1</pagehelper.spring.boot.starter.version> - <fastjson.version>1.2.76</fastjson.version> - <druid.version>1.2.6</druid.version> + <fastjson.version>1.2.78</fastjson.version> + <druid.version>1.2.8</druid.version> <commons.io.version>2.11.0</commons.io.version> <commons.fileupload.version>1.4</commons.fileupload.version> <commons.collections.version>3.2.2</commons.collections.version> -- Gitblit v1.9.3