From f4bcd1c110f2fdd5dab9084ea8c460beb2bed564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:08:45 +0000 Subject: [PATCH] Bump spring2Version from 2.7.18 to 3.4.0 Bumps `spring2Version` from 2.7.18 to 3.4.0. Updates `org.springframework.boot:spring-boot-dependencies` from 2.7.18 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.4.0) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 2.7.18 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-gradle-plugin 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..7d46678 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.4.0" 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"))