From 81dc93431b6ce2d40e9afb4d5e92812e19f7fa47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 22:02:08 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.10 to 6.2.11 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.10 to 6.2.11. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.10...v6.2.11) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-only-app-example/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-only-app-example/build.gradle.kts b/spring-only-app-example/build.gradle.kts index 55cb3c4..7b8f366 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.10")) + implementation(platform("org.springframework:spring-framework-bom:6.2.11")) implementation("org.springframework:spring-context") implementation("org.springframework:spring-jdbc")