From d51e7cbb51a4871b78b2a680cb1670c0131da287 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 29 Dec 2021 11:04:09 +0800
Subject: [PATCH] 用户管理部门查询选择节点后分页参数初始
---
pom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index b24166e..4974a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,9 +24,9 @@
<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>
- <fastjson.version>1.2.78</fastjson.version>
- <oshi.version>5.8.2</oshi.version>
- <jna.version>5.9.0</jna.version>
+ <fastjson.version>1.2.79</fastjson.version>
+ <oshi.version>5.8.6</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>
<commons.collections.version>3.2.2</commons.collections.version>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>2.5.6</version>
+ <version>2.5.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
--
Gitblit v1.9.2