From 076623539ea126439fabd4f77ef8a7dd4ff16db3 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期三, 30 三月 2022 10:42:48 +0800
Subject: [PATCH] 升级fastjson到最新版1.2.80

---
 pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 244795a..d17d6bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.5.9</version>
+        <version>2.5.10</version>
         <relativePath />
     </parent>
 
@@ -24,9 +24,9 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <java.version>1.8</java.version>
         <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
-        <mybatis.spring.boot.starter.version>2.2.0</mybatis.spring.boot.starter.version>
-        <pagehelper.spring.boot.starter.version>1.4.0</pagehelper.spring.boot.starter.version>
-        <fastjson.version>1.2.79</fastjson.version>
+        <mybatis.spring.boot.starter.version>2.2.2</mybatis.spring.boot.starter.version>
+        <pagehelper.spring.boot.starter.version>1.4.1</pagehelper.spring.boot.starter.version>
+        <fastjson.version>1.2.80</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>

--
Gitblit v1.9.3