From 02cd3bdbac56f4c3169828bd541e8a0b7955b232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:52:14 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.1.13 to 6.1.14 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.13 to 6.1.14. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.13...v6.1.14) --- 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 92c4167ce33..5174e7e813f 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ ext { springKafkaVersion = '3.1.9' springRetryVersion = '2.0.9' springSecurityVersion = '6.2.6' - springVersion = '6.1.13' + springVersion = '6.1.14' springWsVersion = '4.0.11' testcontainersVersion = '1.19.8' tomcatVersion = '10.1.31'