mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-02 22:47:41 +01:00
Update JDA (#5958)
This commit is contained in:
parent
1bede4ae3f
commit
a8452b4615
@ -4,11 +4,11 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
compileOnly project(':EssentialsX')
|
||||
implementation('net.dv8tion:JDA:5.0.0-beta.12') {
|
||||
implementation('net.dv8tion:JDA:5.1.2') {
|
||||
exclude(module: 'opus-java')
|
||||
}
|
||||
implementation 'com.github.MinnDevelopment:emoji-java:v6.1.0'
|
||||
implementation('club.minnced:discord-webhooks:0.8.2') {
|
||||
implementation('club.minnced:discord-webhooks:0.8.4') {
|
||||
exclude(module: 'okhttp')
|
||||
}
|
||||
compileOnly 'org.apache.logging.log4j:log4j-core:2.17.1'
|
||||
|
Loading…
Reference in New Issue
Block a user