diff --git a/module-spring-boot/build.gradle b/module-spring-boot/build.gradle index 74f8aa6..0d90e8b 100644 --- a/module-spring-boot/build.gradle +++ b/module-spring-boot/build.gradle @@ -14,7 +14,7 @@ configurations { } dependencies { - implementation platform("org.springframework.cloud:spring-cloud-dependencies:Hoxton.SR10") + implementation platform("org.springframework.cloud:spring-cloud-dependencies:Hoxton.SR12") implementation platform("org.springframework.boot:spring-boot-dependencies:2.4.4") annotationProcessor platform("org.springframework.boot:spring-boot-dependencies:2.4.3")