From a3e1e7715bdf2924af34e3f69b773b120f147ee5 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期六, 02 四月 2022 10:19:10 +0800 Subject: [PATCH] 升级spring-boot到最新版本2.5.12 防止RCE漏洞 --- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e70394a..a82329a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>3.8.1</version> + <version>3.8.2</version> <packaging>jar</packaging> <name>ruoyi</name> @@ -15,7 +15,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.5.10</version> + <version>2.5.12</version> <relativePath /> </parent> @@ -26,7 +26,7 @@ <maven-jar-plugin.version>3.1.1</maven-jar-plugin.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.79</fastjson.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