Skip to content

Commit

Permalink
Update JDA (#5958)
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy authored Oct 20, 2024
1 parent 1bede4a commit a8452b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EssentialsDiscord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a8452b4

Please sign in to comment.