Update to Spring Boot 2.6.7

Closes gh-719
This commit is contained in:
Joe Grandja
2022-05-04 03:50:20 -04:00
parent 3cc89f925e
commit 8968187ea4
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.5.12")
implementation platform("org.springframework.boot:spring-boot-dependencies:2.6.7")
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
implementation "org.springframework.boot:spring-boot-starter-security"