Update to Spring Boot 3.0.0-M4

Closes gh-834
This commit is contained in:
Joe Grandja
2022-08-01 14:17:39 -04:00
parent 67d11d5fc7
commit 0bd153c63d
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "2.7.0"
id "org.springframework.boot" version "3.0.0-M4"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "java"
}