From b0cfa07f190a2e746a10c566ded5f1c252056328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:25:18 +0000 Subject: [PATCH] Bump spring-boot from 3.5.7 to 4.0.0 Bumps `spring-boot` from 3.5.7 to 4.0.0. Updates `org.springframework.boot: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) Updates `org.springframework.boot:spring-boot-autoconfigure` 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) Updates `org.springframework.boot:spring-boot-test` 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 dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-test dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8710ed4e6fe1..b97e240a66f9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -88,7 +88,7 @@ tree-sitter-json = "0.24.8" tree-sitter-sql = "gh-pages-a" tree-sitter-hocon = "master-a" otel = "1.55.0" -spring-boot = "3.5.7" +spring-boot = "4.0.0" spring-data = "3.5.5" testcontainers = "1.21.3" gradleToolingApi = "8.6"