diff --git a/build.gradle b/build.gradle index 5004563..3fedbaa 100644 --- a/build.gradle +++ b/build.gradle @@ -51,19 +51,19 @@ repositories { } dependencies { - compileOnly("org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") compileOnly("me.clip:placeholderapi:2.11.2") - compileOnly("org.jetbrains:annotations:23.0.0") + compileOnly('org.jetbrains:annotations:23.1.0') compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") compileOnly("be.maximvdw:MVdWPlaceholderAPI:3.0.1-SNAPSHOT") { exclude module: 'spigot' } - implementation("io.github.slimjar:slimjar:1.2.7") + implementation("io.github.slimjar:slimjar:1.2.8") implementation("com.github.glyart:mystral:1.4.6-SNAPSHOT") implementation("dev.triumphteam:triumph-gui:3.2") implementation("org.bstats:bstats-bukkit:3.0.0") - implementation('com.github.cryptomorin:XSeries:9.1.0') + implementation('com.github.cryptomorin:XSeries:9.2.0') implementation('net.kyori:adventure-api:4.12.0') implementation('net.kyori:adventure-text-serializer-legacy:4.12.0') implementation("com.github.l1m0n3:HexiTextLib:b9e30055b7") {