diff --git a/build.gradle.kts b/build.gradle.kts index 33fa29eb6..589b12152 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.4.0" apply false - id("io.spring.dependency-management") version "1.1.6" apply false + id("io.spring.dependency-management") version "1.1.7" apply false id("org.graalvm.buildtools.native") version "0.10.4" kotlin("jvm") version "2.1.0" apply false kotlin("plugin.spring") version "2.1.0" apply false