diff --git a/build.gradle b/build.gradle index 9d5539a..bd4e799 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ dependencies { shadow group: 'commons-io', name: 'commons-io', version: '2.15.1' shadow group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14' shadow group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.14' - shadow ('net.dv8tion:JDA:5.0.0-beta.21') - implementation ('net.dv8tion:JDA:5.0.0-beta.21') + shadow ('net.dv8tion:JDA:5.0.0-beta.22') + implementation ('net.dv8tion:JDA:5.0.0-beta.22') shadow group: 'com.thegamecommunity', name:'brigadier', version: 'TGC-1.3.0.0' implementation group: 'com.thegamecommunity', name:'brigadier', version: 'TGC-1.3.0.0' shadow group: 'com.mysql', name: 'mysql-connector-j', version: '8.3.0'