diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index c06f9a746..216552a60 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.6") + api enforcedPlatform("org.springframework:spring-framework-bom:6.1.7") // asyncapi generation api enforcedPlatform("com.github.victools:jsonschema-generator-bom:${victoolsVersion}")