Upgrade Spring Boot to 3.0.0-M2 (#2071)

from 3.0.0-M1 to 3.0.0-M2, please refer to https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0-M2
pull/2081/head
John Niang 2022-05-06 17:56:13 +08:00 committed by GitHub
parent d9bccdb5e1
commit 6db4f1105a
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 '3.0.0-M1'
id 'org.springframework.boot' version '3.0.0-M2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id "checkstyle"
id 'java'