【更新】升级springboot为2.15.2,与satoken依赖boot版本一致,防止log4j漏洞风险

pull/46/head
xuyuxiang 2022-10-13 14:55:03 +08:00
parent 7094edbd2b
commit 2a585e3a5c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.4</version> <version>2.5.12</version>
</parent> </parent>
<properties> <properties>