From 4a54bb9c50fb6f05539a06dfa1b0e24ce33ea32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:53:35 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 5.3.37 to 6.2.0 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.37 to 6.2.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.2.0) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- internal-spring-boot-2-bom/build.gradle.kts | 2 +- spring-only-app-example/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal-spring-boot-2-bom/build.gradle.kts b/internal-spring-boot-2-bom/build.gradle.kts index f62cae8..bc0b842 100644 --- a/internal-spring-boot-2-bom/build.gradle.kts +++ b/internal-spring-boot-2-bom/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { api(platform("org.springdoc:springdoc-openapi:1.8.0")) val spring2Version = "2.7.18" api(platform("org.springframework.boot:spring-boot-dependencies:$spring2Version")) - api(platform("org.springframework:spring-framework-bom:5.3.37")) + api(platform("org.springframework:spring-framework-bom:6.2.0")) api(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.9")) api(platform("org.springframework.cloud:spring-cloud-sleuth-otel-dependencies:1.1.4")) api(platform("org.springframework.security:spring-security-bom:5.8.12")) diff --git a/spring-only-app-example/build.gradle.kts b/spring-only-app-example/build.gradle.kts index 1d188cb..75472e6 100644 --- a/spring-only-app-example/build.gradle.kts +++ b/spring-only-app-example/build.gradle.kts @@ -5,7 +5,7 @@ plugins { description = "Spring only application with embedded database" dependencies { - implementation(platform("org.springframework:spring-framework-bom:6.1.14")) + implementation(platform("org.springframework:spring-framework-bom:6.2.0")) implementation(platform(project(":internal-bom"))) implementation("org.springframework:spring-context")