From 461be905ccf7cb9fb6cab2aeb0966e8298dee843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:10:26 +0000 Subject: [PATCH] Bump spring2Version from 2.7.18 to 3.5.3 Bumps `spring2Version` from 2.7.18 to 3.5.3. Updates `org.springframework.boot:spring-boot-dependencies` from 2.7.18 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.5.3) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 2.7.18 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.5.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- internal-spring-boot-2-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-spring-boot-2-bom/build.gradle.kts b/internal-spring-boot-2-bom/build.gradle.kts index f62cae8..37c6fd9 100644 --- a/internal-spring-boot-2-bom/build.gradle.kts +++ b/internal-spring-boot-2-bom/build.gradle.kts @@ -12,7 +12,7 @@ javaPlatform { dependencies { api(platform(project(":internal-bom"))) api(platform("org.springdoc:springdoc-openapi:1.8.0")) - val spring2Version = "2.7.18" + val spring2Version = "3.5.3" api(platform("org.springframework.boot:spring-boot-dependencies:$spring2Version")) api(platform("org.springframework:spring-framework-bom:5.3.37")) api(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.9"))