diff --git a/build.gradle b/build.gradle index d96993c..299b414 100644 --- a/build.gradle +++ b/build.gradle @@ -80,9 +80,9 @@ dependencies { testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.3' - annotationProcessor 'org.projectlombok:lombok:1.18.24' + annotationProcessor 'org.projectlombok:lombok:1.18.34' - compileOnly 'org.projectlombok:lombok:1.18.24' + compileOnly 'org.projectlombok:lombok:1.18.34' runtimeOnly 'com.h2database:h2:2.1.214' runtimeOnly 'org.postgresql:postgresql:42.7.4'