Update to Spring Boot 2.7.5

Closes gh-948
This commit is contained in:
Joe Grandja
2022-11-01 05:06:18 -04:00
parent 6dc3944eef
commit 5bb43af3ff
6 changed files with 6 additions and 6 deletions

View File

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