diff --git a/build.gradle.kts b/build.gradle.kts index cd73129..0e3338e 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.3") + mavenBom("org.springframework.cloud:spring-cloud-dependencies:2025.0.0") } }