Update to Spring Boot 2.7.16

Closes gh-1396
This commit is contained in:
Joe Grandja
2023-10-16 14:35:14 -04:00
parent 4f09f93619
commit e0bc768ad1
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.5")
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.16")
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
implementation "org.springframework.boot:spring-boot-starter-security"