更新 Spring Boot 版本到 2.1.5

This commit is contained in:
liqiangqiang
2019-05-20 16:34:40 +08:00
parent a7075a56cb
commit 77e2ee7ac9
5 changed files with 9 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.5.RELEASE</version>
</parent>
<dependencies>