From 9fa3eac3aae9d29558c48acd0396b3f655706fb1 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Thu, 26 May 2022 09:02:32 +0800
Subject: [PATCH] 升级fastjson到最新版2.0.4
---
pom.xml | 21 ++++-----------------
1 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index 65abb93..053fdf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,9 +24,8 @@
<kaptcha.version>2.3.2</kaptcha.version>
<mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version>
<pagehelper.boot.version>1.4.1</pagehelper.boot.version>
- <fastjson.version>1.2.80</fastjson.version>
- <oshi.version>6.1.2</oshi.version>
- <jna.version>5.10.0</jna.version>
+ <fastjson.version>2.0.4</fastjson.version>
+ <oshi.version>6.1.6</oshi.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>
@@ -83,18 +82,6 @@
<version>${oshi.version}</version>
</dependency>
- <dependency>
- <groupId>net.java.dev.jna</groupId>
- <artifactId>jna</artifactId>
- <version>${jna.version}</version>
- </dependency>
-
- <dependency>
- <groupId>net.java.dev.jna</groupId>
- <artifactId>jna-platform</artifactId>
- <version>${jna.version}</version>
- </dependency>
-
<!-- Swagger3依赖 -->
<dependency>
<groupId>io.springfox</groupId>
@@ -145,8 +132,8 @@
<!-- 阿里JSON解析器 -->
<dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
+ <groupId>com.alibaba.fastjson2</groupId>
+ <artifactId>fastjson2</artifactId>
<version>${fastjson.version}</version>
</dependency>
--
Gitblit v1.9.2