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

@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "2.5.12"
id "org.springframework.boot" version "2.6.7"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "java"
}