升级spring-boot到最新版本2.5.15

This commit is contained in:
RuoYi 2023-06-24 14:48:11 +08:00
parent ac2dfc11f1
commit d1a00fdeb5

View File

@ -15,7 +15,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.5.14</version> <version>2.5.15</version>
<relativePath /> <relativePath />
</parent> </parent>