From a42473d15fa88198c193f6e456cea3c96a2009ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 00:14:31 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.7 to 6.2.8 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.7 to 6.2.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.7...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-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 c9dc1719c58..2685bcffab2 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ ext { springKafkaVersion = '3.3.6' springRetryVersion = '2.0.12' springSecurityVersion = '6.4.6' - springVersion = '6.2.7' + springVersion = '6.2.8' springWsVersion = '4.0.14' testcontainersVersion = '1.20.6' tomcatVersion = '10.1.41'