Upgrade SpringBoot to 2.5.0 (#1389)

pull/1390/head
John Niang 2021-05-28 08:41:07 +08:00 committed by GitHub
parent 77824d50e3
commit 1f89ba0ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "2.5.0-RC1"
id "org.springframework.boot" version "2.5.0"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "checkstyle"
id "java"