Skip to content

Commit 9b629e4

Browse files
authored
Bump JDA + discord-webhooks dependencies (#4655)
1 parent 7794634 commit 9b629e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

EssentialsDiscord/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ plugins {
44

55
dependencies {
66
compileOnly project(':EssentialsX')
7-
implementation('net.dv8tion:JDA:4.3.0_293') {
8-
//noinspection GroovyAssignabilityCheck
9-
exclude module: 'opus-java'
7+
implementation('net.dv8tion:JDA:4.4.0_350') {
8+
exclude(module: 'opus-java')
109
}
1110
implementation 'com.vdurmont:emoji-java:5.1.1'
12-
implementation 'club.minnced:discord-webhooks:0.5.6'
11+
implementation 'club.minnced:discord-webhooks:0.7.2'
1312
compileOnly 'org.apache.logging.log4j:log4j-core:2.0-beta9'
1413
compileOnly 'me.clip:placeholderapi:2.10.9'
1514
}

0 commit comments

Comments
 (0)