升级SpringBoot到最新版本2.2.13

This commit is contained in:
RuoYi 2021-02-21 11:01:40 +08:00
parent fe33ac0a91
commit ce52201e89

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.2.12.RELEASE</version> <version>2.2.13.RELEASE</version>
<relativePath /> <relativePath />
</parent> </parent>