From 0a3fcfd9f4e0f561438e564e47ad63ec94e80635 Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期三, 16 三月 2022 13:19:33 +0800 Subject: [PATCH] !453 update ruoyi-ui/src/store/modules/user.js. Merge pull request !453 from guxin0123/N/A --- pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b4d6fe4..b4931db 100644 --- a/pom.xml +++ b/pom.xml @@ -22,10 +22,10 @@ <bitwalker.version>1.21</bitwalker.version> <swagger.version>3.0.0</swagger.version> <kaptcha.version>2.3.2</kaptcha.version> - <mybatis-spring-boot.version>2.2.0</mybatis-spring-boot.version> - <pagehelper.boot.version>1.4.0</pagehelper.boot.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.79</fastjson.version> - <oshi.version>5.8.6</oshi.version> + <oshi.version>6.1.2</oshi.version> <jna.version>5.10.0</jna.version> <commons.io.version>2.11.0</commons.io.version> <commons.fileupload.version>1.4</commons.fileupload.version> @@ -43,7 +43,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.5.9</version> + <version>2.5.10</version> <type>pom</type> <scope>import</scope> </dependency> -- Gitblit v1.9.2