From c9ae430a95862a4b841c9c969066b23c71e4e909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 02:07:58 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.1.2 to 6.1.3 (#8862) Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3) --- 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 f50a5dd234..8c95b75ed7 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ ext { springKafkaVersion = '3.1.2-SNAPSHOT' springRetryVersion = '2.0.5' springSecurityVersion = '6.3.0-SNAPSHOT' - springVersion = '6.1.2' + springVersion = '6.1.3' springWsVersion = '4.0.9' testcontainersVersion = '1.19.3' tomcatVersion = '10.1.18'