From 732ade9915ce990d61eab9318ad3289989aec5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:58:25 +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.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.6 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 a0f9b7b2..e3341131 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.6' id 'io.spring.dependency-management' version '1.1.7' id "org.jetbrains.kotlin.plugin.spring" id "org.jetbrains.kotlin.jvm"