Update to Spring Boot 3.0.0-RC2
Closes gh-974
This commit is contained in:
@@ -12,7 +12,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation platform("org.springframework.boot:spring-boot-dependencies:3.0.0-RC1")
|
||||
implementation platform("org.springframework.boot:spring-boot-dependencies:3.0.0-RC2")
|
||||
implementation "org.springframework.boot:spring-boot-starter-web"
|
||||
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
|
||||
implementation "org.springframework.boot:spring-boot-starter-security"
|
||||
|
||||
Reference in New Issue
Block a user