From 027d4cf1b2c11c329553797980445835653a7970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:57:06 +0000 Subject: [PATCH] fix(deps): bump org.springframework:spring-framework-bom Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.9 to 6.1.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.9...v6.1.10) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index 696062586..45559a7f6 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -23,7 +23,7 @@ dependencies { // Mitigate CVE-2024-22262 // TODO: Remove once spring-boot updates their dependencies - api enforcedPlatform("org.springframework:spring-framework-bom:6.1.9") + api enforcedPlatform("org.springframework:spring-framework-bom:6.1.10") // asyncapi generation api enforcedPlatform("com.github.victools:jsonschema-generator-bom:${victoolsVersion}")