diff --git a/build.gradle b/build.gradle index c67ac83..2f70b5c 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ ext.libraries = [ ] dependencies { - ext.springBootVersion = '3.2.2' + ext.springBootVersion = '3.2.5' implementation(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")) compileOnly(libraries.thymeleaf3)