Update to Spring Boot 3.0.0

Closes gh-1023
This commit is contained in:
SamTV12345
2022-12-23 19:45:18 +01:00
committed by Joe Grandja
parent f06ed40bbf
commit 5251eea3b8
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:3.0.0-RC2")
implementation platform("org.springframework.boot:spring-boot-dependencies:3.0.0")
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
implementation "org.springframework.boot:spring-boot-starter-security"