From a736559259d7eca2a0d2b2cedd07f9491f7ee48b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:34:15 +0000 Subject: [PATCH] Update plugin org.springframework.boot to v3.4.1 --- graphql-server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-server/build.gradle.kts b/graphql-server/build.gradle.kts index d88ed629..f00434a8 100644 --- a/graphql-server/build.gradle.kts +++ b/graphql-server/build.gradle.kts @@ -3,7 +3,7 @@ plugins { kotlin("multiplatform") id("org.jetbrains.kotlin.plugin.spring") version("1.9.25") kotlin("plugin.serialization") - id("org.springframework.boot") version("3.1.5") + id("org.springframework.boot") version("3.4.1") //id("com.google.cloud.tools.appengine") version("2.4.2") id("com.github.johnrengelman.shadow") }