diff --git a/build.gradle b/build.gradle index cf41b150..6b638dc2 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies{ api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.7.2' api group: 'org.json', name: 'json', version: '20200518' api group: 'org.jetbrains', name: 'annotations', version: '19.0.0' - api(group: 'net.dv8tion', name: 'JDA', version: '4.1.1_165'){ + api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_168'){ exclude(module: 'opus-java') } api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'