Update JDA

This commit is contained in:
Vankka 2023-10-29 22:39:14 +02:00
parent 39036e2b21
commit 9195a91eb3
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -56,7 +56,7 @@ dependencyResolutionManagement {
library('findbugs-annotations', 'com.google.code.findbugs', 'jsr305').version('3.0.2')
// JDA
library('jda', 'net.dv8tion', 'JDA').version('5.0.0-beta.16')
library('jda', 'net.dv8tion', 'JDA').version('5.0.0-beta.17')
// OkHTTP
library('okhttp', 'com.squareup.okhttp3', 'okhttp').version('4.11.0')