diff --git a/build.gradle.kts b/build.gradle.kts index d329007eb..b572e3f9c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { // 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.5" apply false - id("io.spring.dependency-management") version "1.1.3" apply false + id("io.spring.dependency-management") version "1.1.4" apply false id("org.graalvm.buildtools.native") version "0.9.28" kotlin("jvm") version "1.9.20" apply false kotlin("plugin.spring") version "1.9.20" apply false