diff --git a/build.gradle.kts b/build.gradle.kts index d0103453..8955a5d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,10 +27,10 @@ allprojects { // Other dependencies that are not required or already available at runtime compileOnly("org.jetbrains:annotations:24.0.1") - compileOnly("org.projectlombok:lombok:1.18.26") + compileOnly("org.projectlombok:lombok:1.18.30") // Enable lombok annotation processing - annotationProcessor("org.projectlombok:lombok:1.18.26") + annotationProcessor("org.projectlombok:lombok:1.18.30") } }