From 467cfb1b582a82cec05ebf95db79e38f3b0c3497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:55:10 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.1.3 to 6.1.12 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.3 to 6.1.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.12) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/build.gradle b/dependencies/build.gradle index f5dccaa9e..897a0774a 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -14,7 +14,7 @@ repositories { ext.queryDslVersion = '5.0.0' dependencies { - api platform("org.springframework:spring-framework-bom:6.1.3") + api platform("org.springframework:spring-framework-bom:6.1.12") api platform("org.springframework.data:spring-data-bom:2021.2.18") api platform('com.fasterxml.jackson:jackson-bom:2.15.4') api platform("org.junit:junit-bom:5.8.2")