diff --git a/Cosmos-Plugin/build.gradle b/Cosmos-Plugin/build.gradle index b5067b3..d66ce0e 100644 --- a/Cosmos-Plugin/build.gradle +++ b/Cosmos-Plugin/build.gradle @@ -35,8 +35,8 @@ repositories { dependencies { compileOnly 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT' - implementation('org.projectlombok:lombok:1.18.26') - annotationProcessor('org.projectlombok:lombok:1.18.26') + implementation('org.projectlombok:lombok:1.18.30') + annotationProcessor('org.projectlombok:lombok:1.18.30') // worldedit implementation('com.sk89q.worldedit:worldedit-bukkit:7.2.14') diff --git a/CosmosExamplePlugin/build.gradle b/CosmosExamplePlugin/build.gradle index fc0d41a..4036968 100644 --- a/CosmosExamplePlugin/build.gradle +++ b/CosmosExamplePlugin/build.gradle @@ -30,8 +30,8 @@ dependencies { compileOnly 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT' - implementation('org.projectlombok:lombok:1.18.26') - annotationProcessor('org.projectlombok:lombok:1.18.26') + implementation('org.projectlombok:lombok:1.18.30') + annotationProcessor('org.projectlombok:lombok:1.18.30') // worldedit implementation('com.sk89q.worldedit:worldedit-bukkit:7.3.0-SNAPSHOT') diff --git a/build.gradle b/build.gradle index 2990c3c..e78cd06 100644 --- a/build.gradle +++ b/build.gradle @@ -28,8 +28,8 @@ repositories { dependencies { compileOnly 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT' - implementation('org.projectlombok:lombok:1.18.26') - annotationProcessor('org.projectlombok:lombok:1.18.26') + implementation('org.projectlombok:lombok:1.18.30') + annotationProcessor('org.projectlombok:lombok:1.18.30') // worldedit implementation('com.sk89q.worldedit:worldedit-bukkit:7.3.0-SNAPSHOT')