diff --git a/module-spring-boot/build.gradle b/module-spring-boot/build.gradle index 74f8aa6..3da0d25 100644 --- a/module-spring-boot/build.gradle +++ b/module-spring-boot/build.gradle @@ -15,8 +15,8 @@ configurations { dependencies { implementation platform("org.springframework.cloud:spring-cloud-dependencies:Hoxton.SR10") - implementation platform("org.springframework.boot:spring-boot-dependencies:2.4.4") - annotationProcessor platform("org.springframework.boot:spring-boot-dependencies:2.4.3") + implementation platform("org.springframework.boot:spring-boot-dependencies:2.5.2") + annotationProcessor platform("org.springframework.boot:spring-boot-dependencies:2.5.2") compileOnly("org.springframework.boot:spring-boot-configuration-processor") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")