From 9314b6d1f2801a300caaa3e8475bdce676546cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:26:04 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.1.3 to 6.1.4 (#3039) Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.3 to 6.1.4. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.4) --- 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 10d6e6969c..9a3ce5981b 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ ext { springBootVersion = '3.2.2' // docs module springDataVersion = '2023.2.0-SNAPSHOT' springRetryVersion = '2.0.5' - springVersion = '6.1.3' + springVersion = '6.1.4' zookeeperVersion = '3.8.3' idPrefix = 'kafka'