diff --git a/build.gradle b/build.gradle index d4f52c6..9b9b8de 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { ext { kotlinVersion = '1.9.23' jacksonModuleKotlinVersion = '2.17.0' - springBootVersion = '3.2.4' + springBootVersion = '3.2.5' } } plugins {