From 4765ee32ab88b99f6e960ba3374ab895de3cccd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 08:05:15 +0000 Subject: [PATCH] Update plugin org.springframework.boot to v3.5.14 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 198ecd4..579014a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { kotlin("plugin.serialization") version "2.3.21" apply false kotlin("plugin.spring") version "2.3.21" apply false kotlin("plugin.jpa") version "2.3.21" apply false - id("org.springframework.boot") version "3.4.0" apply false + id("org.springframework.boot") version "3.5.14" apply false id("io.spring.dependency-management") version "1.1.6" apply false }