From 24fb3f6b72962bd204b7e87be68b1cceb6b5650f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:00:48 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot in /backend Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.8 to 4.0.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.8...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.1 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 73043cb..8c5f221 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "org.springframework.boot" version "3.5.8" + id "org.springframework.boot" version "4.0.1" id 'io.spring.dependency-management' version '1.1.7' id 'jacoco' // Add JaCoCo plugin }