升级:升级后端依赖

1.Spring Boot 2.7.8 => 2.7.10
2.Redisson 3.19.0 => 2.20.0
3.Easy Excel 3.2.0 => 3.2.1
4.Knife4j 4.0.0 => 4.1.0(此版本已内置了 springdoc-openapi-ui 依赖)
5.Hutool 5.8.11 => 5.8.16
This commit is contained in:
2023-03-27 21:22:14 +08:00
parent 405d40e19d
commit 51a82d8f4e
5 changed files with 64 additions and 50 deletions

10
pom.xml
View File

@@ -38,7 +38,7 @@ limitations under the License.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.8</version>
<version>2.7.10</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -51,12 +51,12 @@ limitations under the License.
<p6spy.version>3.9.1</p6spy.version>
<!-- ### 工具库相关 ### -->
<easyexcel.version>3.2.0</easyexcel.version>
<easyexcel.version>3.2.1</easyexcel.version>
<ip2region.version>2.7.6</ip2region.version>
<knife4j.version>4.0.0</knife4j.version>
<redisson.version>3.19.0</redisson.version>
<knife4j.version>4.1.0</knife4j.version>
<redisson.version>3.20.0</redisson.version>
<easy-captcha.version>1.6.2</easy-captcha.version>
<hutool.version>5.8.11</hutool.version>
<hutool.version>5.8.16</hutool.version>
<!-- ### 基础环境相关 ### -->
<revision>1.0.0</revision>