From 7dad1921e7f7e49c734a144fa5f22694a18ddf2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 20:21:37 -0400 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.1.7 to 6.1.8 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.7 to 6.1.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.7...v6.1.8) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 985ec0b8e5..0d170e6552 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ ext { springKafkaVersion = '3.1.5' springRetryVersion = '2.0.6' springSecurityVersion = '6.2.4' - springVersion = '6.1.7' + springVersion = '6.1.8' springWsVersion = '4.0.11' testcontainersVersion = '1.19.8' tomcatVersion = '10.1.24'