diff --git a/build.gradle.kts b/build.gradle.kts index c85bef7f6..e99eadd98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { `kotlin-dsl` // only apply the plugin in the subprojects requiring it because it expects a Spring Boot app // and the shared lib is obviously not one - id("org.springframework.boot") version "3.2.4" apply false + id("org.springframework.boot") version "3.2.5" apply false id("io.spring.dependency-management") version "1.1.4" apply false id("org.graalvm.buildtools.native") version "0.10.1" kotlin("jvm") version "1.9.23" apply false