diff --git a/build.gradle b/build.gradle index 3d7b315..738009d 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { // spring implementation "org.springframework:spring-core:5.2.4.RELEASE" implementation "org.springframework:spring-web:5.2.4.RELEASE" - kapt "org.springframework.boot:spring-boot-configuration-processor:2.2.4.RELEASE" + kapt "org.springframework.boot:spring-boot-configuration-processor:2.2.5.RELEASE" // spring cloud implementation "org.springframework.cloud:spring-cloud-gcp-starter"