From d155ca752e311f6985ae09b711bae99903c0ff47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:15:40 +0000 Subject: [PATCH] chore(deps): bump plugin.spring from 2.0.21 to 2.4.0 Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.4.0. - [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.21...v2.4.0) --- updated-dependencies: - dependency-name: plugin.spring dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ca03cc5..68a283a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { java kotlin("jvm") version "2.0.21" apply false - kotlin("plugin.spring") version "2.0.21" apply false + kotlin("plugin.spring") version "2.4.0" apply false kotlin("plugin.jpa") version "2.0.21" apply false id("org.springframework.boot") version "3.4.13" apply false id("io.spring.dependency-management") version "1.1.7" apply false