diff --git a/build.gradle.kts b/build.gradle.kts index e91118b..b749dc6 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.1.0") - 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") } }