diff --git a/build.gradle.kts b/build.gradle.kts index 0c11b7c..20a1710 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.2") + mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.3") } }