From a17af9008dafecf2ce25ea5732f7bda30b2432b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:19:51 +0000 Subject: [PATCH] Update plugin org.springframework.boot to v3.4.0 --- 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..4a141712 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.0") //id("com.google.cloud.tools.appengine") version("2.4.2") id("com.github.johnrengelman.shadow") }