diff --git a/build.gradle.kts b/build.gradle.kts index aee3f71..b022ff7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,11 +31,11 @@ dependencies { implementation("com.jeff_media:SpigotUpdateChecker:3.0.4") // Other dependencies that are not required or already available at runtime - compileOnly("org.projectlombok:lombok:1.18.42") + compileOnly("org.projectlombok:lombok:1.18.44") compileOnly("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT") // Enable lombok annotation processing - annotationProcessor("org.projectlombok:lombok:1.18.42") + annotationProcessor("org.projectlombok:lombok:1.18.44") } tasks {