diff --git a/build.gradle b/build.gradle
index 77310cb..ba6900e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@ dependencies {
   implementation 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive'
   implementation 'org.springframework.boot:spring-boot-starter-webflux'
 
-  compileOnly 'org.projectlombok:lombok:1.18.6'
+  compileOnly 'org.projectlombok:lombok:1.18.8'
   annotationProcessor 'org.projectlombok:lombok:1.18.6'
 
   testImplementation 'org.springframework.boot:spring-boot-starter-test'