mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 16:57:12 +08:00
chore: 升级前后端依赖
1.Spring Boot 2.7.15 => 2.7.16 2.Sa-Token 1.35.0.RC => 1.36.0 3.Hutool 5.8.20 => 5.8.22 4.Arco Design Vue 2.51.0 => 2.52.0 5.dayjs 1.11.9 => 1.11.10 6.vue-i18n 9.2.2 => 9.5.0 7.其他依赖升级
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -39,12 +39,12 @@ limitations under the License.
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.7.15</version>
|
||||
<version>2.7.16</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<sa-token.version>1.35.0.RC</sa-token.version>
|
||||
<sa-token.version>1.36.0</sa-token.version>
|
||||
|
||||
<!-- ### 持久层相关 ### -->
|
||||
<mybatis-plus.version>3.5.3.2</mybatis-plus.version>
|
||||
@@ -57,7 +57,7 @@ limitations under the License.
|
||||
<knife4j.version>4.3.0</knife4j.version>
|
||||
<redisson.version>3.20.1</redisson.version>
|
||||
<easy-captcha.version>1.6.2</easy-captcha.version>
|
||||
<hutool.version>5.8.20</hutool.version>
|
||||
<hutool.version>5.8.22</hutool.version>
|
||||
|
||||
<!-- ### 基础环境相关 ### -->
|
||||
<revision>1.3.0-SNAPSHOT</revision>
|
||||
|
Reference in New Issue
Block a user