From 5c37e15d1a3dc876153d34c73642ea6deb061b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 10:28:58 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.5.7 to 4.0.0 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] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index ee121292..80fb4d23 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -13,7 +13,7 @@ buildscript { plugins { id 'java' id 'idea' - id 'org.springframework.boot' version '3.5.7' + id 'org.springframework.boot' version '4.0.0' id 'jacoco' }