diff --git a/build.gradle.kts b/build.gradle.kts index 69fff751a..8dcce8c71 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,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 "2.7.1" apply false - id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false + id("io.spring.dependency-management") version "1.0.12.RELEASE" apply false kotlin("jvm") version "1.6.21" apply false kotlin("plugin.spring") version "1.6.21" apply false id("org.jlleitschuh.gradle.ktlint") version "10.3.0"