From c461d65fe7d74acb0d231794df9cc09fedbae2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 06:50:23 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot in /backend/api Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.5 to 4.0.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v4.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/build.gradle b/backend/api/build.gradle index 371b153d..41045ae7 100644 --- a/backend/api/build.gradle +++ b/backend/api/build.gradle @@ -23,7 +23,7 @@ */ plugins { - id 'org.springframework.boot' version '2.7.5' + id 'org.springframework.boot' version '4.0.5' id 'io.spring.dependency-management' version '1.1.7' id "org.jetbrains.kotlin.plugin.spring" id "org.jetbrains.kotlin.jvm"