From 194f3165e64caaf86392802d48df520f1ce2d564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:10:31 +0000 Subject: [PATCH] chore(deps): update plugin io.spring.dependency-management to v1.1.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 666094b..e8435b7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id("org.springframework.boot") version "2.7.7" apply false - id("io.spring.dependency-management") version "1.0.15.RELEASE" apply false + id("io.spring.dependency-management") version "1.1.3" apply false kotlin("jvm") version "1.7.22" apply false kotlin("kapt") version "1.7.22" apply false kotlin("plugin.spring") version "1.9.22" apply false