From ac9a4ceb3ccb92c2ade8e74f1593ec7d6ebcd231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:13:16 +0000 Subject: [PATCH] chore: Bump org.springframework.boot from 3.5.5 to 4.0.0 in /backend Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.5 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.5...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 83ee08bf..b239b43a 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "idea" - id "org.springframework.boot" version "3.5.5" + id "org.springframework.boot" version "4.0.0" id "io.spring.dependency-management" version "1.1.7" id "io.freefair.lombok" version "8.14" id "com.github.spotbugs" version "6.4.8"