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