From e8fbf5fdbdb1f4a08adeb5d149205ae56fb4b0e4 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 14 Jun 2022 21:26:14 +0800
Subject: [PATCH] reset babel
---
pom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index e1730cb..2992b83 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.1</pagehelper.boot.version>
- <fastjson.version>1.2.83</fastjson.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>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>2.5.13</version>
+ <version>2.5.14</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -132,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