From af95a39027b1156fab991ea9253962266b4f27ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:43:51 +0000 Subject: [PATCH] chore: bump org.springframework.boot in /graphql-kotlin Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.4 to 3.5.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.4...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- graphql-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-kotlin/build.gradle.kts b/graphql-kotlin/build.gradle.kts index 52415a537..a4efe02f1 100644 --- a/graphql-kotlin/build.gradle.kts +++ b/graphql-kotlin/build.gradle.kts @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget import org.jetbrains.kotlin.gradle.dsl.KotlinVersion plugins { - id("org.springframework.boot") version "3.4.4" + id("org.springframework.boot") version "3.5.7" id("io.spring.dependency-management") version "1.1.7" kotlin("jvm") version "2.1.20" kotlin("plugin.spring") version "2.1.20"