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

@@ -12,7 +12,7 @@ repositories {
}
dependencies {
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.0")
implementation platform("org.springframework.boot:spring-boot-dependencies:3.0.0-M4")
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
implementation "org.springframework.boot:spring-boot-starter-security"