diff --git a/build.gradle b/build.gradle index 0c23dd9..c834d28 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ repositories { dependencies { - annotationProcessor('org.projectlombok:lombok:1.18.12') + annotationProcessor('org.projectlombok:lombok:1.18.18') implementation('org.projectlombok:lombok:1.18.12') implementation('org.springframework.boot:spring-boot-configuration-processor') implementation('org.springframework.boot:spring-boot-starter-actuator')