From 098dc046ec308a55d5e797d42c10b991717f71e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 00:31:54 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.0.17 to 6.0.18 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.17 to 6.0.18. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.17...v6.0.18) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom 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 33caeace4ea..4627f5c0c13 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ ext { springKafkaVersion = '3.0.14' springRetryVersion = '2.0.5' springSecurityVersion = '6.1.7' - springVersion = '6.0.17' + springVersion = '6.0.18' springWsVersion = '4.0.10' testcontainersVersion = '1.19.7' tomcatVersion = '10.1.19'