diff --git a/build.gradle b/build.gradle index 13a5cf1..764da0a 100644 --- a/build.gradle +++ b/build.gradle @@ -49,16 +49,16 @@ dependencies { compileOnly 'dev.jorel:commandapi-paper-core:11.1.0' compileOnly 'dev.jorel:commandapi-spigot-core:11.1.0' compileOnly 'io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT' - compileOnly 'me.clip:placeholderapi:2.11.7' + compileOnly 'me.clip:placeholderapi:2.12.2' compileOnly 'io.lettuce:lettuce-core:6.5.5.RELEASE' compileOnly 'org.jetbrains:annotations:26.0.1' - compileOnly 'com.zaxxer:HikariCP:6.2.1' + compileOnly 'com.zaxxer:HikariCP:7.0.2' compileOnly 'net.luckperms:api:5.4' compileOnly 'com.github.MilkBowl:VaultAPI:1.7' exclude(group: 'org.bukkit', module: 'bukkit') compileOnly 'com.github.oraxen:oraxen:1.162.0' compileOnly 'com.github.LeonMangler:PremiumVanishAPI:2.8.8' compileOnly "org.sayandev:sayanvanish-api:1.7.3-SNAPSHOT" - compileOnly 'org.projectlombok:lombok:1.18.34' + compileOnly 'org.projectlombok:lombok:1.18.42' compileOnly 'org.spicord:spicord-common:5.7.2' compileOnly 'net.dv8tion:JDA:5.0.0-beta.16' compileOnly 'org.apache.commons:commons-collections4:4.4' @@ -74,7 +74,7 @@ dependencies { testImplementation("dev.jorel:commandapi-paper-test-toolkit:11.1.0") testImplementation("org.mockbukkit.mockbukkit:mockbukkit-v1.21:4.72.8") - annotationProcessor 'org.projectlombok:lombok:1.18.34' + annotationProcessor 'org.projectlombok:lombok:1.18.42' } test {