Upgrade to Spring Boot 3.0.0-M3 (#2102)

Please see https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0-M3
pull/2108/head
John Niang 2022-05-20 11:35:34 +08:00 committed by GitHub
parent 5f9daf4735
commit 9990fdd086
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 { plugins {
id 'org.springframework.boot' version '3.0.0-M2' id 'org.springframework.boot' version '3.0.0-M3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id "checkstyle" id "checkstyle"
id 'java' id 'java'