From c0dfe2f51fbe7fe839c4491b1bfe52af6a96b941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 03:24:34 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.1.18 to 6.1.19 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.18 to 6.1.19. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.18...v6.1.19) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.1.19 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 ee0f8e84f..6d423f5ff 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -20,7 +20,7 @@ dependencies { api platform("org.springframework:spring-framework-bom:$springFrameworkVersion") api platform("org.springframework.data:spring-data-bom:$springDataVersion") } else { - api platform("org.springframework:spring-framework-bom:6.1.18") + api platform("org.springframework:spring-framework-bom:6.1.19") api platform("org.springframework.data:spring-data-bom:2021.2.18") } api platform('com.fasterxml.jackson:jackson-bom:2.15.4')