diff --git a/build.gradle.kts b/build.gradle.kts index e5f69d596..b8344d1f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,14 +29,14 @@ dependencies { implementation("commons-lang:commons-lang:2.6") // Other dependencies that are not required or already available at runtime - compileOnly("org.projectlombok:lombok:1.18.34") + compileOnly("org.projectlombok:lombok:1.18.36") compileOnly("org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT") compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") compileOnly("net.ess3:EssentialsXSpawn:2.16.1") compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.13-SNAPSHOT") // Enable lombok annotation processing - annotationProcessor("org.projectlombok:lombok:1.18.34") + annotationProcessor("org.projectlombok:lombok:1.18.36") } bukkit {