diff --git a/build.gradle.kts b/build.gradle.kts index 6c15ef8..63c06f6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ configurations.matching { it.name == "detekt" }.all { dependencyManagement { imports { - mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.1") + mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.2") } }