From 226ff31009bbc7ac1ee88151c8e91de694751de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:21:17 +0000 Subject: [PATCH] [Tech] bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](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:spring-boot-dependencies dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 9f4345f790..f3246fc526 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -5,7 +5,7 @@ import org.jlleitschuh.gradle.ktlint.KtlintExtension plugins { `java-library` `maven-publish` - id("org.springframework.boot") version "3.5.7" + id("org.springframework.boot") version "4.0.0" id("io.spring.dependency-management") version "1.1.7" id("org.jlleitschuh.gradle.ktlint") version "13.1.0" kotlin("jvm") version "2.2.21" @@ -66,7 +66,7 @@ val sentryVersion = "8.26.0" val flywayVersion = "11.17.0" dependencies { - implementation(platform("org.springframework.boot:spring-boot-dependencies:3.5.7")) + implementation(platform("org.springframework.boot:spring-boot-dependencies:4.0.0")) // Spring Boot implementation("org.springframework.boot:spring-boot-starter-web")