From a7ff50e695a11c632019c48cead765ca359383aa Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 19 一月 2023 12:04:11 +0800 Subject: [PATCH] 升级fastjson到最新版2.0.23 --- pom.xml | 16 ++++------------ 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 500b9f4..15f7562 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>3.8.4</version> + <version>3.8.5</version> <name>ruoyi</name> <url>http://www.ruoyi.vip</url> <description>若依管理系统</description> <properties> - <ruoyi.version>3.8.4</ruoyi.version> + <ruoyi.version>3.8.5</ruoyi.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> @@ -22,9 +22,8 @@ <bitwalker.version>1.21</bitwalker.version> <swagger.version>3.0.0</swagger.version> <kaptcha.version>2.3.3</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.20</fastjson.version> + <pagehelper.boot.version>1.4.6</pagehelper.boot.version> + <fastjson.version>2.0.23</fastjson.version> <oshi.version>6.4.0</oshi.version> <commons.io.version>2.11.0</commons.io.version> <commons.fileupload.version>1.4</commons.fileupload.version> @@ -59,13 +58,6 @@ <groupId>eu.bitwalker</groupId> <artifactId>UserAgentUtils</artifactId> <version>${bitwalker.version}</version> - </dependency> - - <!-- SpringBoot集成mybatis框架 --> - <dependency> - <groupId>org.mybatis.spring.boot</groupId> - <artifactId>mybatis-spring-boot-starter</artifactId> - <version>${mybatis-spring-boot.version}</version> </dependency> <!-- pagehelper 分页插件 --> -- Gitblit v1.9.2