diff --git a/build.gradle b/build.gradle index bb83f0c..7fb2493 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,8 @@ repositories { dependencies { - annotationProcessor('org.projectlombok:lombok:1.18.42') - implementation('org.projectlombok:lombok:1.18.42') + annotationProcessor('org.projectlombok:lombok:1.18.44') + implementation('org.projectlombok:lombok:1.18.44') implementation('org.springframework.boot:spring-boot-configuration-processor') implementation('org.springframework.boot:spring-boot-starter-actuator') implementation('org.springframework.boot:spring-boot-starter-webflux')