From 22011d110a44eb1e9eeca1e11f6d3dc2d4f001ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:06:07 +0000 Subject: [PATCH] chore(deps)(deps): bump org.springframework.boot in /Backend Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.7 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.7...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/build.gradle.kts b/Backend/build.gradle.kts index 438b9cc..064aa79 100644 --- a/Backend/build.gradle.kts +++ b/Backend/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("jvm") version "2.2.21" apply true kotlin("plugin.spring") version "2.2.21" apply true kotlin("plugin.jpa") version "2.2.21" apply true - id("org.springframework.boot") version "3.5.7" + id("org.springframework.boot") version "4.0.0" id("io.spring.dependency-management") version "1.1.7" id("com.netflix.dgs.codegen") version "8.1.1" id("org.graalvm.buildtools.native") version "0.11.3"