diff --git a/build.gradle.kts b/build.gradle.kts index 7935e959d..315a8ef94 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,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.1.3" apply false + id("org.springframework.boot") version "3.1.4" apply false id("io.spring.dependency-management") version "1.1.3" apply false id("org.graalvm.buildtools.native") version "0.9.27" kotlin("jvm") version "1.9.10" apply false