Update to Spring Boot 3.0.11

Closes gh-1400
This commit is contained in:
Joe Grandja
2023-10-16 15:57:07 -04:00
parent e92206afbc
commit 972c00bc8c
6 changed files with 6 additions and 6 deletions

View File

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