From 3af3efb0c0c6f580a3d134b2fc264ae361efc2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 02:48:44 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.9 to 6.2.10 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.9 to 6.2.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.9...v6.2.10) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c2ccd2bab4..983633a8a0 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ ext { reactorVersion = '2024.0.8' springDataVersion = '2024.1.8' springRetryVersion = '2.0.12' - springVersion = '6.2.9' + springVersion = '6.2.10' testcontainersVersion = '1.20.6' javaProjects = subprojects - project(':spring-amqp-bom')