升级SpringBoot到最新版本2.5.5

This commit is contained in:
RuoYi
2021-10-10 11:24:16 +08:00
parent 4fdb0f48ec
commit ae5c68368b
5 changed files with 16 additions and 11 deletions

View File

@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.2.13.RELEASE</version>
<version>2.5.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>