diff --git a/build.gradle.kts b/build.gradle.kts index 666281a3..ce33889f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,10 +59,10 @@ dependencies { compileOnly("me.clip:placeholderapi:2.11.6") compileOnly("net.luckperms:api:5.4") - runtimeDownload("com.github.cryptomorin:XSeries:12.1.0") + runtimeDownload("com.github.cryptomorin:XSeries:13.0.0") runtimeDownload("com.google.guava:guava:33.3.0-jre") runtimeDownload("com.google.code.gson:gson:2.10.1") - runtimeDownload("net.dv8tion:JDA:5.2.1") { + runtimeDownload("net.dv8tion:JDA:5.2.2") { exclude(module = "opus-java") } runtimeDownload("org.slf4j:slf4j-simple:2.0.16") {