diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 6c10e7d..54e6da4 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -10,9 +10,9 @@ dependencies { compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' compileOnly 'me.clip:placeholderapi:2.11.5' compileOnly 'org.jetbrains:annotations:24.1.0' - compileOnly 'org.projectlombok:lombok:1.18.30' + compileOnly 'org.projectlombok:lombok:1.18.32' - annotationProcessor 'org.projectlombok:lombok:1.18.30' + annotationProcessor 'org.projectlombok:lombok:1.18.32' } shadowJar { diff --git a/bungee/build.gradle b/bungee/build.gradle index 49af430..fcc6daa 100644 --- a/bungee/build.gradle +++ b/bungee/build.gradle @@ -9,9 +9,9 @@ dependencies { compileOnly 'net.alpenblock:BungeePerms:4.0-dev-143' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' compileOnly 'org.jetbrains:annotations:24.1.0' - compileOnly 'org.projectlombok:lombok:1.18.30' + compileOnly 'org.projectlombok:lombok:1.18.32' - annotationProcessor 'org.projectlombok:lombok:1.18.30' + annotationProcessor 'org.projectlombok:lombok:1.18.32' } shadowJar { diff --git a/common/build.gradle b/common/build.gradle index 3f969df..bef3265 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -17,10 +17,10 @@ dependencies { compileOnly 'com.github.Spicord.Spicord:spicord-common:5.3.1' compileOnly 'net.dv8tion:JDA:5.0.0-beta.4' compileOnly 'org.jetbrains:annotations:24.1.0' - compileOnly 'org.projectlombok:lombok:1.18.30' + compileOnly 'org.projectlombok:lombok:1.18.32' testImplementation 'net.william278:profanitycheckerapi:3.0' testImplementation 'net.kyori:adventure-api:4.16.0' - annotationProcessor 'org.projectlombok:lombok:1.18.30' + annotationProcessor 'org.projectlombok:lombok:1.18.32' } \ No newline at end of file diff --git a/velocity/build.gradle b/velocity/build.gradle index 1d3c766..872e66d 100644 --- a/velocity/build.gradle +++ b/velocity/build.gradle @@ -14,10 +14,10 @@ dependencies { compileOnly 'commons-io:commons-io:2.15.1' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' compileOnly 'org.jetbrains:annotations:24.1.0' - compileOnly 'org.projectlombok:lombok:1.18.30' + compileOnly 'org.projectlombok:lombok:1.18.32' compileOnly 'net.kyori:adventure-nbt:4.15.0' - annotationProcessor 'org.projectlombok:lombok:1.18.30' + annotationProcessor 'org.projectlombok:lombok:1.18.32' } shadowJar {