diff --git a/build.gradle.kts b/build.gradle.kts index 2eb35f86b..b67dc5b9e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,7 +58,7 @@ allprojects { dependencyRecommendations { mavenBom(mapOf("module" to "org.jetbrains.kotlin:kotlin-bom:${Versions.KOTLIN_VERSION}")) - mavenBom(mapOf("module" to "org.springframework:spring-framework-bom:6.0.3")) + mavenBom(mapOf("module" to "org.springframework:spring-framework-bom:6.0.8")) mavenBom(mapOf("module" to "org.springframework.boot:spring-boot-dependencies:${springBootVersion}")) mavenBom(mapOf("module" to "org.springframework.security:spring-security-bom:6.0.1")) mavenBom(mapOf("module" to "org.springframework.cloud:spring-cloud-dependencies:2022.0.0"))