From 2f1f1d8a8dce53a7b6ceed4a7ae01ae5c92ce6aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:32:44 +0000 Subject: [PATCH] Bump plugin.spring from 2.0.20 to 2.0.21 Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 86b9bf9..1801352 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ import java.net.URI plugins { id("io.spring.dependency-management") version "1.1.6" apply false kotlin("jvm") version "2.0.20" apply false - kotlin("plugin.spring") version "2.0.20" apply false + kotlin("plugin.spring") version "2.0.21" apply false id("org.sonarqube") version "5.1.0.4882" id("com.diffplug.spotless") version("6.25.0") }