From 469a936c31714ff84f6ae064fb90cf943eb68711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:11:34 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 5.3.37 to 6.2.8 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.37 to 6.2.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.2.8) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.8 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..9de9ee2 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.8")) 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 167d16d..399e9bb 100644 --- a/spring-only-app-example/build.gradle.kts +++ b/spring-only-app-example/build.gradle.kts @@ -6,7 +6,7 @@ description = "Spring only application with embedded database" dependencies { implementation(platform(project(":internal-bom"))) - implementation(platform("org.springframework:spring-framework-bom:6.2.7")) + implementation(platform("org.springframework:spring-framework-bom:6.2.8")) implementation("org.springframework:spring-context") implementation("org.springframework:spring-jdbc")