diff --git a/build.gradle.kts b/build.gradle.kts index cd3c531ac..e7c3b0471 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.3.3" apply false + id("org.springframework.boot") version "3.3.4" apply false id("io.spring.dependency-management") version "1.1.6" apply false id("org.graalvm.buildtools.native") version "0.10.3" kotlin("jvm") version "1.9.24" apply false